Html Css Color HEX #32518E Tory Blue

📋 copy color: '#32518E'

red 50 ◦ green 81 ◦ blue 142

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

Shades of Tory Blue #32518E

Tints of Tory Blue #32518E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 18.32%
G = 29.67%
B = 52.01%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32518E (or 0x32518E) is known color: Tory Blue. HEX triplet: 32, 51 and 8E. RGB value is (50,81,142). Sum of RGB (Red+Green+Blue) = 50+81+142=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #32518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32518E is #CDAE71. Grayscale: #4E4E4E. Windows color (decimal): -13479538 or 9326898. OLE color: 9326898.

HSL color Cylindrical-coordinate representation of color #32518E: hue angle of 219.78º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32518E is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 81 142 -
CMYK 0.65 0.43 0 0.44
HSL 219.78º 0.48% 0.38% -
HSV(B) 219.78º 0.65% 0.56% -
XYZ 9.14 8.52 26.75 -
YUV 78.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 50 81 142 0.65 0.43 0 0.44 219.78 0.48 0.38
Hex 32 51 8E 41 2B 0 2C DC 30 26
Octal 62 121 216 101 53 0 54 334 60 46
Binary 110010 1010001 10001110 1000001 101011 0 101100 11011100 110000 100110

Color Harmonies of #32518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32518E

Black with #32518E

Text Example


Text Example

White with #32518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32518E; }

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

 H1.HeaderClassName
 {
   color: #32518E;
 }
 .AnyTagClassName
 {
   color: #32518E;
 }
</style>

background-color css

<style>
 a { background-color: #32518E; }

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

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

border-color css

<style>
 span { border-color: #32518E; }

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

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