#374579

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

Shades of Resolution Blue #374579

Tints of Resolution Blue #374579

Color information

#374579 (or 0x374579) is unknown color: approx Resolution Blue. HEX triplet: 37, 45 and 79. RGB value is (55,69,121). Sum of RGB (Red+Green+Blue) = 55+69+121=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #374579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374579 is #C8BA86. Grayscale: #464646. Windows color (decimal): -13154951 or 7947575. OLE color: 7947575.

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

Color convert

RGB5569121-
CMYK0.550.4300.53
HSL227.27º37.5%34.51%-
HSV(B)227.27º54.55%47.45%-
XYZ7.156.4518.96-
YUV70.74156.36116.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=22.45%
G=28.16%
B=49.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55691210.550.4300.53227.2737.534.51
Hex374579372B035e32623
Octal6710517167530653434643
Binary11011110001011111001110111101011011010111100011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374579; }

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

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

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

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

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

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

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

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