#374C79

Color #374C79 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #374C79

Tints of Fun Blue #374C79

Color information

#374C79 (or 0x374C79) is unknown color: approx Fun Blue. HEX triplet: 37, 4C and 79. RGB value is (55,76,121). Sum of RGB (Red+Green+Blue) = 55+76+121=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #374C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C79 is #C8B386. Grayscale: #4A4A4A. Windows color (decimal): -13153159 or 7949367. OLE color: 7949367.

HSL color Cylindrical-coordinate representation of color #374C79: hue angle of 220.91º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #374C79 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5576121-
CMYK0.550.3700.53
HSL220.91º37.5%34.51%-
HSV(B)220.91º54.55%47.45%-
XYZ7.617.3619.11-
YUV74.85154.04113.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=21.83%
G=30.16%
B=48.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55761210.550.3700.53220.9137.534.51
Hex374C793725035dd2623
Octal6711417167450653354643
Binary11011110011001111001110111100101011010111011101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374C79; }

 p { color: rgb(55,76,121); }

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

<style>
 a { background-color: #374C79; }

 a { background-color: rgb(55,76,121); }

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

<style>
 span { border-color: #374C79; }

 span { border-color: rgb(55,76,121); }

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