#37447A

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

Shades of Resolution Blue #37447A

Tints of Resolution Blue #37447A

Color information

#37447A (or 0x37447A) is unknown color: approx Resolution Blue. HEX triplet: 37, 44 and 7A. RGB value is (55,68,122). Sum of RGB (Red+Green+Blue) = 55+68+122=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #37447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37447A is #C8BB85. Grayscale: #464646. Windows color (decimal): -13155206 or 8012855. OLE color: 8012855.

HSL color Cylindrical-coordinate representation of color #37447A: hue angle of 228.36º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37447A is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5568122-
CMYK0.550.4400.52
HSL228.36º37.85%34.71%-
HSV(B)228.36º54.92%47.84%-
XYZ7.166.3519.26-
YUV70.27157.19117.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=22.45%
G=27.76%
B=49.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55681220.550.4400.52228.3637.8534.71
Hex37447A372C034e42623
Octal6710417267540643444643
Binary11011110001001111010110111101100011010011100100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37447A; }

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

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

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

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

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

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

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

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