Html Css Color HEX #32519F Tory Blue

📋 copy color: '#32519F'

red 50 ◦ green 81 ◦ blue 159

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

Shades of Tory Blue #32519F

Tints of Tory Blue #32519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.83%

R = 17.24%
G = 27.93%
B = 54.83%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32519F (or 0x32519F) is known color: Tory Blue. HEX triplet: 32, 51 and 9F. RGB value is (50,81,159). Sum of RGB (Red+Green+Blue) = 50+81+159=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #32519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32519F is #CDAE60. Grayscale: #505050. Windows color (decimal): -13479521 or 10441010. OLE color: 10441010.

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

Color convert

RGB 50 81 159 -
CMYK 0.69 0.49 0 0.38
HSL 222.94º 0.52% 0.41% -
HSV(B) 222.94º 0.69% 0.62% -
XYZ 10.52 9.07 34 -
YUV 80.62 172.23 106.16 -
System Red Green Blue C M Y K H S L
Decimal 50 81 159 0.69 0.49 0 0.38 222.94 0.52 0.41
Hex 32 51 9F 45 31 0 26 DF 34 29
Octal 62 121 237 105 61 0 46 337 64 51
Binary 110010 1010001 10011111 1000101 110001 0 100110 11011111 110100 101001

Color Harmonies of #32519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32519F

Black with #32519F

Text Example


Text Example

White with #32519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32519F; }

 p { color: rgb(50,81,159); }

 H1.HeaderClassName
 {
   color: #32519F;
 }
 .AnyTagClassName
 {
   color: #32519F;
 }
</style>

background-color css

<style>
 a { background-color: #32519F; }

 a { background-color: rgb(50,81,159); }

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

border-color css

<style>
 span { border-color: #32519F; }

 span { border-color: rgb(50,81,159); }

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