#374672

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

Shades of Resolution Blue #374672

Tints of Resolution Blue #374672

Color information

#374672 (or 0x374672) is unknown color: approx Resolution Blue. HEX triplet: 37, 46 and 72. RGB value is (55,70,114). Sum of RGB (Red+Green+Blue) = 55+70+114=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #374672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374672 is #C8B98D. Grayscale: #464646. Windows color (decimal): -13154702 or 7489079. OLE color: 7489079.

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

Color convert

RGB5570114-
CMYK0.520.3900.55
HSL224.75º34.91%33.14%-
HSV(B)224.75º51.75%44.71%-
XYZ6.86.4116.8-
YUV70.53152.53116.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 114 (44.92% from 255) = 47.70%
R=23.01%
G=29.29%
B=47.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55701140.520.3900.55224.7534.9133.14
Hex3746723427037e12321
Octal6710616264470673414341
Binary11011110001101110010110100100111011011111100001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374672; }

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

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

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

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

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

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

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

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