#376AC4

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

Shades of Free Speech Blue #376AC4

Tints of Free Speech Blue #376AC4

Color information

#376AC4 (or 0x376AC4) is unknown color: approx Free Speech Blue. HEX triplet: 37, 6A and C4. RGB value is (55,106,196). Sum of RGB (Red+Green+Blue) = 55+106+196=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #376AC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376AC4 is #C8953B. Grayscale: #646464. Windows color (decimal): -13145404 or 12872247. OLE color: 12872247.

HSL color Cylindrical-coordinate representation of color #376AC4: hue angle of 218.3º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #376AC4 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB55106196-
CMYK0.720.4600.23
HSL218.3º56.18%49.22%-
HSV(B)218.3º71.94%76.86%-
XYZ16.6915.1154.26-
YUV101.01181.695.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.41%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 196 (76.95% from 255) = 54.90%
R=15.41%
G=29.69%
B=54.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal551061960.720.4600.23218.356.1849.22
Hex376AC4482E017da3831
Octal67152304110560273327061
Binary110111110101011000100100100010111001011111011010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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