Html Css Color HEX #32509E Tory Blue

📋 copy color: '#32509E'

red 50 ◦ green 80 ◦ blue 158

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

Shades of Tory Blue #32509E

Tints of Tory Blue #32509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

 BLUE value IS 158 (62.11% from 255) = 54.86%

R = 17.36%
G = 27.78%
B = 54.86%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32509E (or 0x32509E) is known color: Tory Blue. HEX triplet: 32, 50 and 9E. RGB value is (50,80,158). Sum of RGB (Red+Green+Blue) = 50+80+158=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #32509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32509E is #CDAF61. Grayscale: #4F4F4F. Windows color (decimal): -13479778 or 10375218. OLE color: 10375218.

HSL color Cylindrical-coordinate representation of color #32509E: hue angle of 223.33º 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 #32509E is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 80 158 -
CMYK 0.68 0.49 0 0.38
HSL 223.33º 0.52% 0.41% -
HSV(B) 223.33º 0.68% 0.62% -
XYZ 10.36 8.88 33.52 -
YUV 79.92 172.06 106.66 -
System Red Green Blue C M Y K H S L
Decimal 50 80 158 0.68 0.49 0 0.38 223.33 0.52 0.41
Hex 32 50 9E 44 31 0 26 DF 34 29
Octal 62 120 236 104 61 0 46 337 64 51
Binary 110010 1010000 10011110 1000100 110001 0 100110 11011111 110100 101001

Color Harmonies of #32509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32509E

Black with #32509E

Text Example


Text Example

White with #32509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,80,158); }

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

background-color css

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

 a { background-color: rgb(50,80,158); }

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

border-color css

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

 span { border-color: rgb(50,80,158); }

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