Html Css Color HEX #32518D Tory Blue

📋 copy color: '#32518D'

red 50 ◦ green 81 ◦ blue 141

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

Shades of Tory Blue #32518D

Tints of Tory Blue #32518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.84%

R = 18.38%
G = 29.78%
B = 51.84%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32518D (or 0x32518D) is known color: Tory Blue. HEX triplet: 32, 51 and 8D. RGB value is (50,81,141). Sum of RGB (Red+Green+Blue) = 50+81+141=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #32518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32518D is #CDAE72. Grayscale: #4E4E4E. Windows color (decimal): -13479539 or 9261362. OLE color: 9261362.

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

Color convert

RGB 50 81 141 -
CMYK 0.65 0.43 0 0.45
HSL 219.56º 0.48% 0.37% -
HSV(B) 219.56º 0.65% 0.55% -
XYZ 9.07 8.49 26.36 -
YUV 78.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 50 81 141 0.65 0.43 0 0.45 219.56 0.48 0.37
Hex 32 51 8D 41 2B 0 2D DC 30 25
Octal 62 121 215 101 53 0 55 334 60 45
Binary 110010 1010001 10001101 1000001 101011 0 101101 11011100 110000 100101

Color Harmonies of #32518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32518D

Black with #32518D

Text Example


Text Example

White with #32518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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