#37497A

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

Shades of Resolution Blue #37497A

Tints of Resolution Blue #37497A

Color information

#37497A (or 0x37497A) is unknown color: approx Resolution Blue. HEX triplet: 37, 49 and 7A. RGB value is (55,73,122). Sum of RGB (Red+Green+Blue) = 55+73+122=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #37497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37497A is #C8B685. Grayscale: #484848. Windows color (decimal): -13153926 or 8014135. OLE color: 8014135.

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

Color convert

RGB5573122-
CMYK0.550.4000.52
HSL223.88º37.85%34.71%-
HSV(B)223.88º54.92%47.84%-
XYZ7.476.9819.37-
YUV73.2155.54115.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 122 (48.05% from 255) = 48.8%
R=22%
G=29.2%
B=48.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55731220.550.4000.52223.8837.8534.71
Hex37497A3728034e02623
Octal6711117267500643404643
Binary11011110010011111010110111101000011010011100000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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