Html Css Color HEX #324499 Tory Blue

📋 copy color: '#324499'

red 50 ◦ green 68 ◦ blue 153

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

Shades of Tory Blue #324499

Tints of Tory Blue #324499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 18.45%
G = 25.09%
B = 56.46%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#324499 (or 0x324499) is known color: Tory Blue. HEX triplet: 32, 44 and 99. RGB value is (50,68,153). Sum of RGB (Red+Green+Blue) = 50+68+153=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #324499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324499 is #CDBB66. Grayscale: #474747. Windows color (decimal): -13482855 or 10044466. OLE color: 10044466.

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

Color convert

RGB 50 68 153 -
CMYK 0.67 0.56 0 0.4
HSL 229.51º 0.51% 0.4% -
HSV(B) 229.51º 0.67% 0.6% -
XYZ 9.13 7.11 31.03 -
YUV 72.31 173.54 112.09 -
System Red Green Blue C M Y K H S L
Decimal 50 68 153 0.67 0.56 0 0.4 229.51 0.51 0.4
Hex 32 44 99 43 38 0 28 E6 33 28
Octal 62 104 231 103 70 0 50 346 63 50
Binary 110010 1000100 10011001 1000011 111000 0 101000 11100110 110011 101000

Color Harmonies of #324499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324499

Black with #324499

Text Example


Text Example

White with #324499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324499; }

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

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

background-color css

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

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

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

border-color css

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

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

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