Html Css Color HEX #37508D Tory Blue

📋 copy color: '#37508D'

red 55 ◦ green 80 ◦ blue 141

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

Shades of Tory Blue #37508D

Tints of Tory Blue #37508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 141 (55.47% from 255) = 51.09%

R = 19.93%
G = 28.99%
B = 51.09%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37508D (or 0x37508D) is known color: Tory Blue. HEX triplet: 37, 50 and 8D. RGB value is (55,80,141). Sum of RGB (Red+Green+Blue) = 55+80+141=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #37508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37508D is #C8AF72. Grayscale: #4F4F4F. Windows color (decimal): -13152115 or 9261111. OLE color: 9261111.

HSL color Cylindrical-coordinate representation of color #37508D: hue angle of 222.56º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37508D is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 80 141 -
CMYK 0.61 0.43 0 0.45
HSL 222.56º 0.44% 0.38% -
HSV(B) 222.56º 0.61% 0.55% -
XYZ 9.25 8.47 26.35 -
YUV 79.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 55 80 141 0.61 0.43 0 0.45 222.56 0.44 0.38
Hex 37 50 8D 3D 2B 0 2D DF 2C 26
Octal 67 120 215 75 53 0 55 337 54 46
Binary 110111 1010000 10001101 111101 101011 0 101101 11011111 101100 100110

Color Harmonies of #37508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37508D

Black with #37508D

Text Example


Text Example

White with #37508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37508D; }

 p { color: rgb(55,80,141); }

 H1.HeaderClassName
 {
   color: #37508D;
 }
 .AnyTagClassName
 {
   color: #37508D;
 }
</style>

background-color css

<style>
 a { background-color: #37508D; }

 a { background-color: rgb(55,80,141); }

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

border-color css

<style>
 span { border-color: #37508D; }

 span { border-color: rgb(55,80,141); }

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