Html Css Color HEX #37497F Tory Blue

📋 copy color: '#37497F'

red 55 ◦ green 73 ◦ blue 127

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

Shades of Tory Blue #37497F

Tints of Tory Blue #37497F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.8%

R = 21.57%
G = 28.63%
B = 49.8%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37497F (or 0x37497F) is known color: Tory Blue. HEX triplet: 37, 49 and 7F. RGB value is (55,73,127). Sum of RGB (Red+Green+Blue) = 55+73+127=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #37497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37497F is #C8B680. Grayscale: #494949. Windows color (decimal): -13153921 or 8341815. OLE color: 8341815.

HSL color Cylindrical-coordinate representation of color #37497F: hue angle of 225º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37497F is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 73 127 -
CMYK 0.57 0.43 0 0.50
HSL 225º 0.4% 0.36% -
HSV(B) 225º 0.57% 0.5% -
XYZ 7.79 7.11 21.04 -
YUV 73.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 55 73 127 0.57 0.43 0 0.50 225 0.4 0.36
Hex 37 49 7F 39 2B 0 32 E1 28 24
Octal 67 111 177 71 53 0 62 341 50 44
Binary 110111 1001001 1111111 111001 101011 0 110010 11100001 101000 100100

Color Harmonies of #37497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37497F

Black with #37497F

Text Example


Text Example

White with #37497F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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