Html Css Color HEX #324099 Tory Blue

📋 copy color: '#324099'

red 50 ◦ green 64 ◦ blue 153

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

Shades of Tory Blue #324099

Tints of Tory Blue #324099

RGB

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

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

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

R = 18.73%
G = 23.97%
B = 57.3%

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

#324099 (or 0x324099) is known color: Tory Blue. HEX triplet: 32, 40 and 99. RGB value is (50,64,153). Sum of RGB (Red+Green+Blue) = 50+64+153=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #324099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324099 is #CDBF66. Grayscale: #454545. Windows color (decimal): -13483879 or 10043442. OLE color: 10043442.

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

Color convert

RGB 50 64 153 -
CMYK 0.67 0.58 0 0.4
HSL 231.84º 0.51% 0.4% -
HSV(B) 231.84º 0.67% 0.6% -
XYZ 8.9 6.64 30.95 -
YUV 69.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 50 64 153 0.67 0.58 0 0.4 231.84 0.51 0.4
Hex 32 40 99 43 3A 0 28 E8 33 28
Octal 62 100 231 103 72 0 50 350 63 50
Binary 110010 1000000 10011001 1000011 111010 0 101000 11101000 110011 101000

Color Harmonies of #324099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324099

Black with #324099

Text Example


Text Example

White with #324099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324099; }

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

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

background-color css

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

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

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

border-color css

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

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

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