#37437A

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

Shades of Resolution Blue #37437A

Tints of Resolution Blue #37437A

Color information

#37437A (or 0x37437A) is unknown color: approx Resolution Blue. HEX triplet: 37, 43 and 7A. RGB value is (55,67,122). Sum of RGB (Red+Green+Blue) = 55+67+122=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #37437A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37437A is #C8BC85. Grayscale: #454545. Windows color (decimal): -13155462 or 8012599. OLE color: 8012599.

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

Color convert

RGB5567122-
CMYK0.550.4500.52
HSL229.25º37.85%34.71%-
HSV(B)229.25º54.92%47.84%-
XYZ7.16.2319.24-
YUV69.68157.52117.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 122 (48.05% from 255) = 50%
R=22.54%
G=27.46%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55671220.550.4500.52229.2537.8534.71
Hex37437A372D034e52623
Octal6710317267550643454643
Binary11011110000111111010110111101101011010011100101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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