#374578

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

Shades of Resolution Blue #374578

Tints of Resolution Blue #374578

Color information

#374578 (or 0x374578) is unknown color: approx Resolution Blue. HEX triplet: 37, 45 and 78. RGB value is (55,69,120). Sum of RGB (Red+Green+Blue) = 55+69+120=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #374578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374578 is #C8BA87. Grayscale: #464646. Windows color (decimal): -13154952 or 7882039. OLE color: 7882039.

HSL color Cylindrical-coordinate representation of color #374578: hue angle of 227.08º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #374578 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5569120-
CMYK0.540.4200.53
HSL227.08º37.14%34.31%-
HSV(B)227.08º54.17%47.06%-
XYZ7.096.4218.64-
YUV70.63155.86116.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=22.54%
G=28.28%
B=49.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55691200.540.4200.53227.0837.1434.31
Hex374578362A035e32522
Octal6710517066520653434542
Binary11011110001011111000110110101010011010111100011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374578; }

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

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

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

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

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

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

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

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