Html Css Color HEX #37518A Tory Blue

📋 copy color: '#37518A'

red 55 ◦ green 81 ◦ blue 138

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

Shades of Tory Blue #37518A

Tints of Tory Blue #37518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.36%

R = 20.07%
G = 29.56%
B = 50.36%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37518A (or 0x37518A) is known color: Tory Blue. HEX triplet: 37, 51 and 8A. RGB value is (55,81,138). Sum of RGB (Red+Green+Blue) = 55+81+138=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #37518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37518A is #C8AE75. Grayscale: #4F4F4F. Windows color (decimal): -13151862 or 9064759. OLE color: 9064759.

HSL color Cylindrical-coordinate representation of color #37518A: hue angle of 221.2º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37518A is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 81 138 -
CMYK 0.60 0.41 0 0.46
HSL 221.2º 0.43% 0.38% -
HSV(B) 221.2º 0.6% 0.54% -
XYZ 9.11 8.53 25.21 -
YUV 79.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 55 81 138 0.60 0.41 0 0.46 221.2 0.43 0.38
Hex 37 51 8A 3C 29 0 2E DD 2B 26
Octal 67 121 212 74 51 0 56 335 53 46
Binary 110111 1010001 10001010 111100 101001 0 101110 11011101 101011 100110

Color Harmonies of #37518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37518A

Black with #37518A

Text Example


Text Example

White with #37518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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