Html Css Color HEX #37447D Resolution Blue

📋 copy color: '#37447D'

red 55 ◦ green 68 ◦ blue 125

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

Shades of Resolution Blue #37447D

Tints of Resolution Blue #37447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

 BLUE value IS 125 (49.22% from 255) = 50.4%

R = 22.18%
G = 27.42%
B = 50.4%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37447D (or 0x37447D) is known color: Resolution Blue. HEX triplet: 37, 44 and 7D. RGB value is (55,68,125). Sum of RGB (Red+Green+Blue) = 55+68+125=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #37447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37447D is #C8BB82. Grayscale: #464646. Windows color (decimal): -13155203 or 8209463. OLE color: 8209463.

HSL color Cylindrical-coordinate representation of color #37447D: hue angle of 228.86º 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 #37447D is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 68 125 -
CMYK 0.56 0.46 0 0.51
HSL 228.86º 0.39% 0.35% -
HSV(B) 228.86º 0.56% 0.49% -
XYZ 7.34 6.43 20.26 -
YUV 70.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 55 68 125 0.56 0.46 0 0.51 228.86 0.39 0.35
Hex 37 44 7D 38 2E 0 33 E5 27 23
Octal 67 104 175 70 56 0 63 345 47 43
Binary 110111 1000100 1111101 111000 101110 0 110011 11100101 100111 100011

Color Harmonies of #37447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37447D

Black with #37447D

Text Example


Text Example

White with #37447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37447D;
 }
 .AnyTagClassName
 {
   color: #37447D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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