Html Css Color HEX #37528C Tory Blue

📋 copy color: '#37528C'

red 55 ◦ green 82 ◦ blue 140

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

Shades of Tory Blue #37528C

Tints of Tory Blue #37528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

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

R = 19.86%
G = 29.6%
B = 50.54%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37528C (or 0x37528C) is known color: Tory Blue. HEX triplet: 37, 52 and 8C. RGB value is (55,82,140). Sum of RGB (Red+Green+Blue) = 55+82+140=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #37528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37528C is #C8AD73. Grayscale: #505050. Windows color (decimal): -13151604 or 9196087. OLE color: 9196087.

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

Color convert

RGB 55 82 140 -
CMYK 0.61 0.41 0 0.45
HSL 220.94º 0.44% 0.38% -
HSV(B) 220.94º 0.61% 0.55% -
XYZ 9.33 8.74 26.01 -
YUV 80.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 55 82 140 0.61 0.41 0 0.45 220.94 0.44 0.38
Hex 37 52 8C 3D 29 0 2D DD 2C 26
Octal 67 122 214 75 51 0 55 335 54 46
Binary 110111 1010010 10001100 111101 101001 0 101101 11011101 101100 100110

Color Harmonies of #37528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37528C

Black with #37528C

Text Example


Text Example

White with #37528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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