Html Css Color HEX #37467C Resolution Blue

📋 copy color: '#37467C'

red 55 ◦ green 70 ◦ blue 124

#37467C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #37467C

Tints of Resolution Blue #37467C

RGB

 RED value IS 55 (21.88% from 255) = 22.09%

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 124 (48.83% from 255) = 49.8%

R = 22.09%
G = 28.11%
B = 49.8%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37467C (or 0x37467C) is known color: Resolution Blue. HEX triplet: 37, 46 and 7C. RGB value is (55,70,124). Sum of RGB (Red+Green+Blue) = 55+70+124=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #37467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37467C is #C8B983. Grayscale: #474747. Windows color (decimal): -13154692 or 8144439. OLE color: 8144439.

HSL color Cylindrical-coordinate representation of color #37467C: hue angle of 226.96º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37467C is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 70 124 -
CMYK 0.56 0.44 0 0.51
HSL 226.96º 0.39% 0.35% -
HSV(B) 226.96º 0.56% 0.49% -
XYZ 7.4 6.65 19.96 -
YUV 71.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 55 70 124 0.56 0.44 0 0.51 226.96 0.39 0.35
Hex 37 46 7C 38 2C 0 33 E3 27 23
Octal 67 106 174 70 54 0 63 343 47 43
Binary 110111 1000110 1111100 111000 101100 0 110011 11100011 100111 100011

Color Harmonies of #37467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37467C

Black with #37467C

Text Example


Text Example

White with #37467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37467C;
 }
 .AnyTagClassName
 {
   color: #37467C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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