Html Css Color HEX #32419C Tory Blue

📋 copy color: '#32419C'

red 50 ◦ green 65 ◦ blue 156

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

Shades of Tory Blue #32419C

Tints of Tory Blue #32419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 18.45%
G = 23.99%
B = 57.56%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32419C (or 0x32419C) is known color: Tory Blue. HEX triplet: 32, 41 and 9C. RGB value is (50,65,156). Sum of RGB (Red+Green+Blue) = 50+65+156=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #32419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32419C is #CDBE63. Grayscale: #464646. Windows color (decimal): -13483620 or 10240306. OLE color: 10240306.

HSL color Cylindrical-coordinate representation of color #32419C: hue angle of 231.51º 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 #32419C is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 65 156 -
CMYK 0.68 0.58 0 0.39
HSL 231.51º 0.51% 0.4% -
HSV(B) 231.51º 0.68% 0.61% -
XYZ 9.21 6.86 32.29 -
YUV 70.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 50 65 156 0.68 0.58 0 0.39 231.51 0.51 0.4
Hex 32 41 9C 44 3A 0 27 E8 33 28
Octal 62 101 234 104 72 0 47 350 63 50
Binary 110010 1000001 10011100 1000100 111010 0 100111 11101000 110011 101000

Color Harmonies of #32419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32419C

Black with #32419C

Text Example


Text Example

White with #32419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32419C; }

 p { color: rgb(50,65,156); }

 H1.HeaderClassName
 {
   color: #32419C;
 }
 .AnyTagClassName
 {
   color: #32419C;
 }
</style>

background-color css

<style>
 a { background-color: #32419C; }

 a { background-color: rgb(50,65,156); }

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

border-color css

<style>
 span { border-color: #32419C; }

 span { border-color: rgb(50,65,156); }

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