Html Css Color HEX #324299 Tory Blue

📋 copy color: '#324299'

red 50 ◦ green 66 ◦ blue 153

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

Shades of Tory Blue #324299

Tints of Tory Blue #324299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 18.59%
G = 24.54%
B = 56.88%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#324299 (or 0x324299) is known color: Tory Blue. HEX triplet: 32, 42 and 99. RGB value is (50,66,153). Sum of RGB (Red+Green+Blue) = 50+66+153=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #324299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324299 is #CDBD66. Grayscale: #464646. Windows color (decimal): -13483367 or 10043954. OLE color: 10043954.

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

Color convert

RGB 50 66 153 -
CMYK 0.67 0.57 0 0.4
HSL 230.68º 0.51% 0.4% -
HSV(B) 230.68º 0.67% 0.6% -
XYZ 9.01 6.87 30.99 -
YUV 71.13 174.2 112.93 -
System Red Green Blue C M Y K H S L
Decimal 50 66 153 0.67 0.57 0 0.4 230.68 0.51 0.4
Hex 32 42 99 43 39 0 28 E7 33 28
Octal 62 102 231 103 71 0 50 347 63 50
Binary 110010 1000010 10011001 1000011 111001 0 101000 11100111 110011 101000

Color Harmonies of #324299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324299

Black with #324299

Text Example


Text Example

White with #324299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324299; }

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

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

background-color css

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

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

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

border-color css

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

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

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