Html Css Color HEX #37497E Tory Blue

📋 copy color: '#37497E'

red 55 ◦ green 73 ◦ blue 126

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

Shades of Tory Blue #37497E

Tints of Tory Blue #37497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

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

R = 21.65%
G = 28.74%
B = 49.61%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37497E (or 0x37497E) is known color: Tory Blue. HEX triplet: 37, 49 and 7E. RGB value is (55,73,126). Sum of RGB (Red+Green+Blue) = 55+73+126=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #37497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37497E is #C8B681. Grayscale: #494949. Windows color (decimal): -13153922 or 8276279. OLE color: 8276279.

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

Color convert

RGB 55 73 126 -
CMYK 0.56 0.42 0 0.51
HSL 224.79º 0.39% 0.35% -
HSV(B) 224.79º 0.56% 0.49% -
XYZ 7.72 7.08 20.7 -
YUV 73.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 55 73 126 0.56 0.42 0 0.51 224.79 0.39 0.35
Hex 37 49 7E 38 2A 0 33 E1 27 23
Octal 67 111 176 70 52 0 63 341 47 43
Binary 110111 1001001 1111110 111000 101010 0 110011 11100001 100111 100011

Color Harmonies of #37497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37497E

Black with #37497E

Text Example


Text Example

White with #37497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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