Html Css Color HEX #324490 Tory Blue

📋 copy color: '#324490'

red 50 ◦ green 68 ◦ blue 144

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

Shades of Tory Blue #324490

Tints of Tory Blue #324490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.96%

R = 19.08%
G = 25.95%
B = 54.96%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#324490 (or 0x324490) is known color: Tory Blue. HEX triplet: 32, 44 and 90. RGB value is (50,68,144). Sum of RGB (Red+Green+Blue) = 50+68+144=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #324490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324490 is #CDBB6F. Grayscale: #464646. Windows color (decimal): -13482864 or 9454642. OLE color: 9454642.

HSL color Cylindrical-coordinate representation of color #324490: hue angle of 228.51º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #324490 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 68 144 -
CMYK 0.65 0.53 0 0.44
HSL 228.51º 0.48% 0.38% -
HSV(B) 228.51º 0.65% 0.56% -
XYZ 8.42 6.83 27.26 -
YUV 71.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 50 68 144 0.65 0.53 0 0.44 228.51 0.48 0.38
Hex 32 44 90 41 35 0 2C E5 30 26
Octal 62 104 220 101 65 0 54 345 60 46
Binary 110010 1000100 10010000 1000001 110101 0 101100 11100101 110000 100110

Color Harmonies of #324490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324490

Black with #324490

Text Example


Text Example

White with #324490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324490; }

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

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

background-color css

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

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

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

border-color css

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

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

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