#385AC9

Color #385AC9 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #385AC9

Tints of Free Speech Blue #385AC9

Color information

#385AC9 (or 0x385AC9) is unknown color: approx Free Speech Blue. HEX triplet: 38, 5A and C9. RGB value is (56,90,201). Sum of RGB (Red+Green+Blue) = 56+90+201=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #385AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385AC9 is #C7A536. Grayscale: #5C5C5C. Windows color (decimal): -13083959 or 13195832. OLE color: 13195832.

HSL color Cylindrical-coordinate representation of color #385AC9: hue angle of 225.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385AC9 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5690201-
CMYK0.720.5500.21
HSL225.93º57.31%50.39%-
HSV(B)225.93º72.14%78.82%-
XYZ15.8312.3756.81-
YUV92.49189.24101.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 201 (78.91% from 255) = 57.93%
R=16.14%
G=25.94%
B=57.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56902010.720.5500.21225.9357.3150.39
Hex385AC94837015e23932
Octal70132311110670253427162
Binary111000101101011001001100100011011101010111100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385AC9; }

 p { color: rgb(56,90,201); }

 H1.HeaderClassName
 {
   color: #385AC9;
 }
 .AnyTagClassName
 {
   color: #385AC9;
 }
</style>
background-color css

<style>
 a { background-color: #385AC9; }

 a { background-color: rgb(56,90,201); }

 div.DivClassName
 {
   background-color: #385AC9;
 }
 .BgClassName
 {
   background-color: #385AC9;
 }
</style>
border-color css

<style>
 span { border-color: #385AC9; }

 span { border-color: rgb(56,90,201); }

 td.TdClassName
 {
   border-color: #385AC9;
 }
 .TagClassName
 {
   border-color: #385AC9;
 }
</style>