Html Css Color HEX #37519B Tory Blue

📋 copy color: '#37519B'

red 55 ◦ green 81 ◦ blue 155

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

Shades of Tory Blue #37519B

Tints of Tory Blue #37519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 18.9%
G = 27.84%
B = 53.26%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37519B (or 0x37519B) is known color: Tory Blue. HEX triplet: 37, 51 and 9B. RGB value is (55,81,155). Sum of RGB (Red+Green+Blue) = 55+81+155=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #37519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37519B is #C8AE64. Grayscale: #515151. Windows color (decimal): -13151845 or 10178871. OLE color: 10178871.

HSL color Cylindrical-coordinate representation of color #37519B: hue angle of 224.4º 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 #37519B is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 81 155 -
CMYK 0.65 0.48 0 0.39
HSL 224.4º 0.48% 0.41% -
HSV(B) 224.4º 0.65% 0.61% -
XYZ 10.43 9.06 32.21 -
YUV 81.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 55 81 155 0.65 0.48 0 0.39 224.4 0.48 0.41
Hex 37 51 9B 41 30 0 27 E0 30 29
Octal 67 121 233 101 60 0 47 340 60 51
Binary 110111 1010001 10011011 1000001 110000 0 100111 11100000 110000 101001

Color Harmonies of #37519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37519B

Black with #37519B

Text Example


Text Example

White with #37519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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