Html Css Color HEX #324199 Tory Blue

📋 copy color: '#324199'

red 50 ◦ green 65 ◦ blue 153

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

Shades of Tory Blue #324199

Tints of Tory Blue #324199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.09%

R = 18.66%
G = 24.25%
B = 57.09%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#324199 (or 0x324199) is known color: Tory Blue. HEX triplet: 32, 41 and 99. RGB value is (50,65,153). Sum of RGB (Red+Green+Blue) = 50+65+153=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #324199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324199 is #CDBE66. Grayscale: #464646. Windows color (decimal): -13483623 or 10043698. OLE color: 10043698.

HSL color Cylindrical-coordinate representation of color #324199: hue angle of 231.26º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324199 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 65 153 -
CMYK 0.67 0.58 0 0.4
HSL 231.26º 0.51% 0.4% -
HSV(B) 231.26º 0.67% 0.6% -
XYZ 8.96 6.76 30.97 -
YUV 70.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 50 65 153 0.67 0.58 0 0.4 231.26 0.51 0.4
Hex 32 41 99 43 3A 0 28 E7 33 28
Octal 62 101 231 103 72 0 50 347 63 50
Binary 110010 1000001 10011001 1000011 111010 0 101000 11100111 110011 101000

Color Harmonies of #324199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324199

Black with #324199

Text Example


Text Example

White with #324199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324199; }

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

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

background-color css

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

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

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

border-color css

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

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

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