#374472

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

Shades of Resolution Blue #374472

Tints of Resolution Blue #374472

Color information

#374472 (or 0x374472) is unknown color: approx Resolution Blue. HEX triplet: 37, 44 and 72. RGB value is (55,68,114). Sum of RGB (Red+Green+Blue) = 55+68+114=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #374472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374472 is #C8BB8D. Grayscale: #454545. Windows color (decimal): -13155214 or 7488567. OLE color: 7488567.

HSL color Cylindrical-coordinate representation of color #374472: hue angle of 226.78º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #374472 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5568114-
CMYK0.520.4000.55
HSL226.78º34.91%33.14%-
HSV(B)226.78º51.75%44.71%-
XYZ6.686.1616.76-
YUV69.36153.19117.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=23.21%
G=28.69%
B=48.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55681140.520.4000.55226.7834.9133.14
Hex3744723428037e32321
Octal6710416264500673434341
Binary11011110001001110010110100101000011011111100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374472; }

 p { color: rgb(55,68,114); }

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

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

 a { background-color: rgb(55,68,114); }

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

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

 span { border-color: rgb(55,68,114); }

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