Html Css Color HEX #37518C Tory Blue

📋 copy color: '#37518C'

red 55 ◦ green 81 ◦ blue 140

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

Shades of Tory Blue #37518C

Tints of Tory Blue #37518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.72%

R = 19.93%
G = 29.35%
B = 50.72%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37518C (or 0x37518C) is known color: Tory Blue. HEX triplet: 37, 51 and 8C. RGB value is (55,81,140). Sum of RGB (Red+Green+Blue) = 55+81+140=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #37518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37518C is #C8AE73. Grayscale: #4F4F4F. Windows color (decimal): -13151860 or 9195831. OLE color: 9195831.

HSL color Cylindrical-coordinate representation of color #37518C: hue angle of 221.65º 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 #37518C is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 81 140 -
CMYK 0.61 0.42 0 0.45
HSL 221.65º 0.44% 0.38% -
HSV(B) 221.65º 0.61% 0.55% -
XYZ 9.25 8.59 25.98 -
YUV 79.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 55 81 140 0.61 0.42 0 0.45 221.65 0.44 0.38
Hex 37 51 8C 3D 2A 0 2D DE 2C 26
Octal 67 121 214 75 52 0 55 336 54 46
Binary 110111 1010001 10001100 111101 101010 0 101101 11011110 101100 100110

Color Harmonies of #37518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37518C

Black with #37518C

Text Example


Text Example

White with #37518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37518C; }

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

 H1.HeaderClassName
 {
   color: #37518C;
 }
 .AnyTagClassName
 {
   color: #37518C;
 }
</style>

background-color css

<style>
 a { background-color: #37518C; }

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

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

border-color css

<style>
 span { border-color: #37518C; }

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

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