Html Css Color HEX #37477E Tory Blue

📋 copy color: '#37477E'

red 55 ◦ green 71 ◦ blue 126

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

Shades of Tory Blue #37477E

Tints of Tory Blue #37477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 50%

R = 21.83%
G = 28.17%
B = 50%

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

#37477E (or 0x37477E) is known color: Tory Blue. HEX triplet: 37, 47 and 7E. RGB value is (55,71,126). Sum of RGB (Red+Green+Blue) = 55+71+126=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #37477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37477E is #C8B881. Grayscale: #484848. Windows color (decimal): -13154434 or 8275767. OLE color: 8275767.

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

Color convert

RGB 55 71 126 -
CMYK 0.56 0.44 0 0.51
HSL 226.48º 0.39% 0.35% -
HSV(B) 226.48º 0.56% 0.49% -
XYZ 7.59 6.83 20.66 -
YUV 72.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 55 71 126 0.56 0.44 0 0.51 226.48 0.39 0.35
Hex 37 47 7E 38 2C 0 33 E2 27 23
Octal 67 107 176 70 54 0 63 342 47 43
Binary 110111 1000111 1111110 111000 101100 0 110011 11100010 100111 100011

Color Harmonies of #37477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37477E

Black with #37477E

Text Example


Text Example

White with #37477E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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