Html Css Color HEX #37518D Tory Blue

📋 copy color: '#37518D'

red 55 ◦ green 81 ◦ blue 141

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

Shades of Tory Blue #37518D

Tints of Tory Blue #37518D

RGB

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

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

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

R = 19.86%
G = 29.24%
B = 50.9%

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

#37518D (or 0x37518D) is known color: Tory Blue. HEX triplet: 37, 51 and 8D. RGB value is (55,81,141). Sum of RGB (Red+Green+Blue) = 55+81+141=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #37518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37518D is #C8AE72. Grayscale: #4F4F4F. Windows color (decimal): -13151859 or 9261367. OLE color: 9261367.

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

Color convert

RGB 55 81 141 -
CMYK 0.61 0.43 0 0.45
HSL 221.86º 0.44% 0.38% -
HSV(B) 221.86º 0.61% 0.55% -
XYZ 9.33 8.62 26.37 -
YUV 80.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 55 81 141 0.61 0.43 0 0.45 221.86 0.44 0.38
Hex 37 51 8D 3D 2B 0 2D DE 2C 26
Octal 67 121 215 75 53 0 55 336 54 46
Binary 110111 1010001 10001101 111101 101011 0 101101 11011110 101100 100110

Color Harmonies of #37518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37518D

Black with #37518D

Text Example


Text Example

White with #37518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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