#386BC6

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

Shades of Free Speech Blue #386BC6

Tints of Free Speech Blue #386BC6

Color information

#386BC6 (or 0x386BC6) is unknown color: approx Free Speech Blue. HEX triplet: 38, 6B and C6. RGB value is (56,107,198). Sum of RGB (Red+Green+Blue) = 56+107+198=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #386BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BC6 is #C79439. Grayscale: #656565. Windows color (decimal): -13079610 or 13003576. OLE color: 13003576.

HSL color Cylindrical-coordinate representation of color #386BC6: hue angle of 218.45º 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 #386BC6 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB56107198-
CMYK0.720.4600.22
HSL218.45º55.91%49.8%-
HSV(B)218.45º71.72%77.65%-
XYZ17.0815.4355.5-
YUV102.12182.195.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 198 (77.73% from 255) = 54.85%
R=15.51%
G=29.64%
B=54.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561071980.720.4600.22218.4555.9149.8
Hex386BC6482E016da3832
Octal70153306110560263327062
Binary111000110101111000110100100010111001011011011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386BC6; }

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

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

<style>
 a { background-color: #386BC6; }

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

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

<style>
 span { border-color: #386BC6; }

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

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