#374A79

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

Shades of Fun Blue #374A79

Tints of Fun Blue #374A79

Color information

#374A79 (or 0x374A79) is unknown color: approx Fun Blue. HEX triplet: 37, 4A and 79. RGB value is (55,74,121). Sum of RGB (Red+Green+Blue) = 55+74+121=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #374A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A79 is #C8B586. Grayscale: #494949. Windows color (decimal): -13153671 or 7948855. OLE color: 7948855.

HSL color Cylindrical-coordinate representation of color #374A79: hue angle of 222.73º 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 #374A79 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5574121-
CMYK0.550.3900.53
HSL222.73º37.5%34.51%-
HSV(B)222.73º54.55%47.45%-
XYZ7.487.0919.06-
YUV73.68154.71114.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 121 (47.66% from 255) = 48.4%
R=22%
G=29.6%
B=48.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55741210.550.3900.53222.7337.534.51
Hex374A793727035df2623
Octal6711217167470653374643
Binary11011110010101111001110111100111011010111011111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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