#376AC6

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

Shades of Free Speech Blue #376AC6

Tints of Free Speech Blue #376AC6

Color information

#376AC6 (or 0x376AC6) is unknown color: approx Free Speech Blue. HEX triplet: 37, 6A and C6. RGB value is (55,106,198). Sum of RGB (Red+Green+Blue) = 55+106+198=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #376AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376AC6 is #C89539. Grayscale: #646464. Windows color (decimal): -13145402 or 13003319. OLE color: 13003319.

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

Color convert

RGB55106198-
CMYK0.720.4600.22
HSL218.6º56.52%49.61%-
HSV(B)218.6º72.22%77.65%-
XYZ16.9215.255.47-
YUV101.24182.695.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.32%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 198 (77.73% from 255) = 55.15%
R=15.32%
G=29.53%
B=55.15%

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
Decimal551061980.720.4600.22218.656.5249.61
Hex376AC6482E016db3932
Octal67152306110560263337162
Binary110111110101011000110100100010111001011011011011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,106,198); }

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

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

 a { background-color: rgb(55,106,198); }

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

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

 span { border-color: rgb(55,106,198); }

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