Html Css Color HEX #32508B Tory Blue

📋 copy color: '#32508B'

red 50 ◦ green 80 ◦ blue 139

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

Shades of Tory Blue #32508B

Tints of Tory Blue #32508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.67%

R = 18.59%
G = 29.74%
B = 51.67%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32508B (or 0x32508B) is known color: Tory Blue. HEX triplet: 32, 50 and 8B. RGB value is (50,80,139). Sum of RGB (Red+Green+Blue) = 50+80+139=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #32508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32508B is #CDAF74. Grayscale: #4D4D4D. Windows color (decimal): -13479797 or 9130034. OLE color: 9130034.

HSL color Cylindrical-coordinate representation of color #32508B: hue angle of 219.78º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32508B is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 80 139 -
CMYK 0.64 0.42 0 0.45
HSL 219.78º 0.47% 0.37% -
HSV(B) 219.78º 0.64% 0.55% -
XYZ 8.84 8.28 25.56 -
YUV 77.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 50 80 139 0.64 0.42 0 0.45 219.78 0.47 0.37
Hex 32 50 8B 40 2A 0 2D DC 2F 25
Octal 62 120 213 100 52 0 55 334 57 45
Binary 110010 1010000 10001011 1000000 101010 0 101101 11011100 101111 100101

Color Harmonies of #32508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32508B

Black with #32508B

Text Example


Text Example

White with #32508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32508B; }

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

 H1.HeaderClassName
 {
   color: #32508B;
 }
 .AnyTagClassName
 {
   color: #32508B;
 }
</style>

background-color css

<style>
 a { background-color: #32508B; }

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

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

border-color css

<style>
 span { border-color: #32508B; }

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

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