#385AC6

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

Shades of Free Speech Blue #385AC6

Tints of Free Speech Blue #385AC6

Color information

#385AC6 (or 0x385AC6) is unknown color: approx Free Speech Blue. HEX triplet: 38, 5A and C6. RGB value is (56,90,198). Sum of RGB (Red+Green+Blue) = 56+90+198=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #385AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385AC6 is #C7A539. Grayscale: #5B5B5B. Windows color (decimal): -13083962 or 12999224. OLE color: 12999224.

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

Color convert

RGB5690198-
CMYK0.720.5500.22
HSL225.63º55.91%49.8%-
HSV(B)225.63º71.72%77.65%-
XYZ15.4812.2354.97-
YUV92.15187.74102.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.28%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 198 (77.73% from 255) = 57.56%
R=16.28%
G=26.16%
B=57.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56901980.720.5500.22225.6355.9149.8
Hex385AC64837016e23832
Octal70132306110670263427062
Binary111000101101011000110100100011011101011011100010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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