Html Css Color HEX #324799 Tory Blue

📋 copy color: '#324799'

red 50 ◦ green 71 ◦ blue 153

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

Shades of Tory Blue #324799

Tints of Tory Blue #324799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.91%

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

R = 18.25%
G = 25.91%
B = 55.84%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#324799 (or 0x324799) is known color: Tory Blue. HEX triplet: 32, 47 and 99. RGB value is (50,71,153). Sum of RGB (Red+Green+Blue) = 50+71+153=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #324799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324799 is #CDB866. Grayscale: #494949. Windows color (decimal): -13482087 or 10045234. OLE color: 10045234.

HSL color Cylindrical-coordinate representation of color #324799: hue angle of 227.77º 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 #324799 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 71 153 -
CMYK 0.67 0.54 0 0.4
HSL 227.77º 0.51% 0.4% -
HSV(B) 227.77º 0.67% 0.6% -
XYZ 9.32 7.48 31.09 -
YUV 74.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 50 71 153 0.67 0.54 0 0.4 227.77 0.51 0.4
Hex 32 47 99 43 36 0 28 E4 33 28
Octal 62 107 231 103 66 0 50 344 63 50
Binary 110010 1000111 10011001 1000011 110110 0 101000 11100100 110011 101000

Color Harmonies of #324799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324799

Black with #324799

Text Example


Text Example

White with #324799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324799; }

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

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

background-color css

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

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

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

border-color css

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

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

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