Html Css Color HEX #32509B Tory Blue

📋 copy color: '#32509B'

red 50 ◦ green 80 ◦ blue 155

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

Shades of Tory Blue #32509B

Tints of Tory Blue #32509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.39%

R = 17.54%
G = 28.07%
B = 54.39%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32509B (or 0x32509B) is known color: Tory Blue. HEX triplet: 32, 50 and 9B. RGB value is (50,80,155). Sum of RGB (Red+Green+Blue) = 50+80+155=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #32509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32509B is #CDAF64. Grayscale: #4F4F4F. Windows color (decimal): -13479781 or 10178610. OLE color: 10178610.

HSL color Cylindrical-coordinate representation of color #32509B: hue angle of 222.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32509B is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 80 155 -
CMYK 0.68 0.48 0 0.39
HSL 222.86º 0.51% 0.4% -
HSV(B) 222.86º 0.68% 0.61% -
XYZ 10.1 8.78 32.17 -
YUV 79.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 50 80 155 0.68 0.48 0 0.39 222.86 0.51 0.4
Hex 32 50 9B 44 30 0 27 DF 33 28
Octal 62 120 233 104 60 0 47 337 63 50
Binary 110010 1010000 10011011 1000100 110000 0 100111 11011111 110011 101000

Color Harmonies of #32509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32509B

Black with #32509B

Text Example


Text Example

White with #32509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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