Html Css Color HEX #37499B Tory Blue

📋 copy color: '#37499B'

red 55 ◦ green 73 ◦ blue 155

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

Shades of Tory Blue #37499B

Tints of Tory Blue #37499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 19.43%
G = 25.8%
B = 54.77%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37499B (or 0x37499B) is known color: Tory Blue. HEX triplet: 37, 49 and 9B. RGB value is (55,73,155). Sum of RGB (Red+Green+Blue) = 55+73+155=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #37499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37499B is #C8B664. Grayscale: #4C4C4C. Windows color (decimal): -13153893 or 10176823. OLE color: 10176823.

HSL color Cylindrical-coordinate representation of color #37499B: hue angle of 229.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37499B is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 73 155 -
CMYK 0.65 0.53 0 0.39
HSL 229.2º 0.48% 0.41% -
HSV(B) 229.2º 0.65% 0.61% -
XYZ 9.87 7.94 32.02 -
YUV 76.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 55 73 155 0.65 0.53 0 0.39 229.2 0.48 0.41
Hex 37 49 9B 41 35 0 27 E5 30 29
Octal 67 111 233 101 65 0 47 345 60 51
Binary 110111 1001001 10011011 1000001 110101 0 100111 11100101 110000 101001

Color Harmonies of #37499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37499B

Black with #37499B

Text Example


Text Example

White with #37499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37499B; }

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

 H1.HeaderClassName
 {
   color: #37499B;
 }
 .AnyTagClassName
 {
   color: #37499B;
 }
</style>

background-color css

<style>
 a { background-color: #37499B; }

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

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

border-color css

<style>
 span { border-color: #37499B; }

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

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