#376BC7

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

Shades of Free Speech Blue #376BC7

Tints of Free Speech Blue #376BC7

Color information

#376BC7 (or 0x376BC7) is unknown color: approx Free Speech Blue. HEX triplet: 37, 6B and C7. RGB value is (55,107,199). Sum of RGB (Red+Green+Blue) = 55+107+199=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #376BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BC7 is #C89438. Grayscale: #656565. Windows color (decimal): -13145145 or 13069111. OLE color: 13069111.

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

Color convert

RGB55107199-
CMYK0.720.4600.22
HSL218.33º56.69%49.8%-
HSV(B)218.33º72.36%78.04%-
XYZ17.1415.4556.11-
YUV101.94182.7794.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.24%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 199 (78.12% from 255) = 55.12%
R=15.24%
G=29.64%
B=55.12%

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
Decimal551071990.720.4600.22218.3356.6949.8
Hex376BC7482E016da3932
Octal67153307110560263327162
Binary110111110101111000111100100010111001011011011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,107,199); }

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

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

 a { background-color: rgb(55,107,199); }

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

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

 span { border-color: rgb(55,107,199); }

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