#374772

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

Shades of Resolution Blue #374772

Tints of Resolution Blue #374772

Color information

#374772 (or 0x374772) is unknown color: approx Resolution Blue. HEX triplet: 37, 47 and 72. RGB value is (55,71,114). Sum of RGB (Red+Green+Blue) = 55+71+114=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #374772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374772 is #C8B88D. Grayscale: #464646. Windows color (decimal): -13154446 or 7489335. OLE color: 7489335.

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

Color convert

RGB5571114-
CMYK0.520.3800.55
HSL223.73º34.91%33.14%-
HSV(B)223.73º51.75%44.71%-
XYZ6.876.5316.82-
YUV71.12152.2116.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=22.92%
G=29.58%
B=47.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55711140.520.3800.55223.7334.9133.14
Hex3747723426037e02321
Octal6710716264460673404341
Binary11011110001111110010110100100110011011111100000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374772; }

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

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

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

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

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

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

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

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