Html Css Color HEX #37529C Tory Blue

📋 copy color: '#37529C'

red 55 ◦ green 82 ◦ blue 156

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

Shades of Tory Blue #37529C

Tints of Tory Blue #37529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 18.77%
G = 27.99%
B = 53.24%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37529C (or 0x37529C) is known color: Tory Blue. HEX triplet: 37, 52 and 9C. RGB value is (55,82,156). Sum of RGB (Red+Green+Blue) = 55+82+156=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #37529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37529C is #C8AD63. Grayscale: #525252. Windows color (decimal): -13151588 or 10244663. OLE color: 10244663.

HSL color Cylindrical-coordinate representation of color #37529C: hue angle of 223.96º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37529C is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 82 156 -
CMYK 0.65 0.47 0 0.39
HSL 223.96º 0.48% 0.41% -
HSV(B) 223.96º 0.65% 0.61% -
XYZ 10.59 9.25 32.68 -
YUV 82.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 55 82 156 0.65 0.47 0 0.39 223.96 0.48 0.41
Hex 37 52 9C 41 2F 0 27 E0 30 29
Octal 67 122 234 101 57 0 47 340 60 51
Binary 110111 1010010 10011100 1000001 101111 0 100111 11100000 110000 101001

Color Harmonies of #37529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37529C

Black with #37529C

Text Example


Text Example

White with #37529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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