Html Css Color HEX #32409D Tory Blue

📋 copy color: '#32409D'

red 50 ◦ green 64 ◦ blue 157

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

Shades of Tory Blue #32409D

Tints of Tory Blue #32409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 157 (61.72% from 255) = 57.93%

R = 18.45%
G = 23.62%
B = 57.93%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32409D (or 0x32409D) is known color: Tory Blue. HEX triplet: 32, 40 and 9D. RGB value is (50,64,157). Sum of RGB (Red+Green+Blue) = 50+64+157=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #32409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32409D is #CDBF62. Grayscale: #464646. Windows color (decimal): -13483875 or 10305586. OLE color: 10305586.

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

Color convert

RGB 50 64 157 -
CMYK 0.68 0.59 0 0.38
HSL 232.15º 0.52% 0.41% -
HSV(B) 232.15º 0.68% 0.62% -
XYZ 9.23 6.78 32.72 -
YUV 70.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 50 64 157 0.68 0.59 0 0.38 232.15 0.52 0.41
Hex 32 40 9D 44 3B 0 26 E8 34 29
Octal 62 100 235 104 73 0 46 350 64 51
Binary 110010 1000000 10011101 1000100 111011 0 100110 11101000 110100 101001

Color Harmonies of #32409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32409D

Black with #32409D

Text Example


Text Example

White with #32409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,64,157); }

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

background-color css

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

 a { background-color: rgb(50,64,157); }

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

border-color css

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

 span { border-color: rgb(50,64,157); }

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