Html Css Color HEX #32529D Tory Blue

📋 copy color: '#32529D'

red 50 ◦ green 82 ◦ blue 157

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

Shades of Tory Blue #32529D

Tints of Tory Blue #32529D

RGB

 RED value IS 50 (19.92% from 255) = 17.3%

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

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 17.3%
G = 28.37%
B = 54.33%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32529D (or 0x32529D) is known color: Tory Blue. HEX triplet: 32, 52 and 9D. RGB value is (50,82,157). Sum of RGB (Red+Green+Blue) = 50+82+157=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #32529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32529D is #CDAD62. Grayscale: #505050. Windows color (decimal): -13479267 or 10310194. OLE color: 10310194.

HSL color Cylindrical-coordinate representation of color #32529D: hue angle of 222.06º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32529D is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 82 157 -
CMYK 0.68 0.48 0 0.38
HSL 222.06º 0.52% 0.41% -
HSV(B) 222.06º 0.68% 0.62% -
XYZ 10.42 9.15 33.11 -
YUV 80.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 50 82 157 0.68 0.48 0 0.38 222.06 0.52 0.41
Hex 32 52 9D 44 30 0 26 DE 34 29
Octal 62 122 235 104 60 0 46 336 64 51
Binary 110010 1010010 10011101 1000100 110000 0 100110 11011110 110100 101001

Color Harmonies of #32529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32529D

Black with #32529D

Text Example


Text Example

White with #32529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,82,157); }

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

background-color css

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

 a { background-color: rgb(50,82,157); }

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

border-color css

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

 span { border-color: rgb(50,82,157); }

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