#37467A

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

Shades of Resolution Blue #37467A

Tints of Resolution Blue #37467A

Color information

#37467A (or 0x37467A) is unknown color: approx Resolution Blue. HEX triplet: 37, 46 and 7A. RGB value is (55,70,122). Sum of RGB (Red+Green+Blue) = 55+70+122=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #37467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37467A is #C8B985. Grayscale: #474747. Windows color (decimal): -13154694 or 8013367. OLE color: 8013367.

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

Color convert

RGB5570122-
CMYK0.550.4300.52
HSL226.57º37.85%34.71%-
HSV(B)226.57º54.92%47.84%-
XYZ7.286.619.3-
YUV71.44156.53116.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=22.27%
G=28.34%
B=49.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55701220.550.4300.52226.5737.8534.71
Hex37467A372B034e32623
Octal6710617267530643434643
Binary11011110001101111010110111101011011010011100011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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