#386AC8

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

Shades of Free Speech Blue #386AC8

Tints of Free Speech Blue #386AC8

Color information

#386AC8 (or 0x386AC8) is unknown color: approx Free Speech Blue. HEX triplet: 38, 6A and C8. RGB value is (56,106,200). Sum of RGB (Red+Green+Blue) = 56+106+200=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 200 (78.52% from 255 or 55.25% from 362); Max value from RGB is 200 - color contains mainly: blue. Hex color #386AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386AC8 is #C79537. Grayscale: #656565. Windows color (decimal): -13079864 or 13134392. OLE color: 13134392.

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

Color convert

RGB56106200-
CMYK0.720.4700.22
HSL219.17º56.69%50.2%-
HSV(B)219.17º72%78.43%-
XYZ17.2115.3256.69-
YUV101.77183.4495.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.47%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 200 (78.52% from 255) = 55.25%
R=15.47%
G=29.28%
B=55.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561062000.720.4700.22219.1756.6950.2
Hex386AC8482F016db3932
Octal70152310110570263337162
Binary111000110101011001000100100010111101011011011011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,106,200); }

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

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

 a { background-color: rgb(56,106,200); }

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

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

 span { border-color: rgb(56,106,200); }

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