Html Css Color HEX #37477D Resolution Blue

📋 copy color: '#37477D'

red 55 ◦ green 71 ◦ blue 125

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

Shades of Resolution Blue #37477D

Tints of Resolution Blue #37477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 21.91%
G = 28.29%
B = 49.8%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37477D (or 0x37477D) is known color: Resolution Blue. HEX triplet: 37, 47 and 7D. RGB value is (55,71,125). Sum of RGB (Red+Green+Blue) = 55+71+125=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #37477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37477D is #C8B882. Grayscale: #484848. Windows color (decimal): -13154435 or 8210231. OLE color: 8210231.

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

Color convert

RGB 55 71 125 -
CMYK 0.56 0.43 0 0.51
HSL 226.29º 0.39% 0.35% -
HSV(B) 226.29º 0.56% 0.49% -
XYZ 7.53 6.8 20.32 -
YUV 72.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 55 71 125 0.56 0.43 0 0.51 226.29 0.39 0.35
Hex 37 47 7D 38 2B 0 33 E2 27 23
Octal 67 107 175 70 53 0 63 342 47 43
Binary 110111 1000111 1111101 111000 101011 0 110011 11100010 100111 100011

Color Harmonies of #37477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37477D

Black with #37477D

Text Example


Text Example

White with #37477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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