Html Css Color HEX #324990 Tory Blue

📋 copy color: '#324990'

red 50 ◦ green 73 ◦ blue 144

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

Shades of Tory Blue #324990

Tints of Tory Blue #324990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

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

R = 18.73%
G = 27.34%
B = 53.93%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#324990 (or 0x324990) is known color: Tory Blue. HEX triplet: 32, 49 and 90. RGB value is (50,73,144). Sum of RGB (Red+Green+Blue) = 50+73+144=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #324990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324990 is #CDB66F. Grayscale: #494949. Windows color (decimal): -13481584 or 9455922. OLE color: 9455922.

HSL color Cylindrical-coordinate representation of color #324990: hue angle of 225.32º 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 #324990 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 73 144 -
CMYK 0.65 0.49 0 0.44
HSL 225.32º 0.48% 0.38% -
HSV(B) 225.32º 0.65% 0.56% -
XYZ 8.73 7.46 27.36 -
YUV 74.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 50 73 144 0.65 0.49 0 0.44 225.32 0.48 0.38
Hex 32 49 90 41 31 0 2C E1 30 26
Octal 62 111 220 101 61 0 54 341 60 46
Binary 110010 1001001 10010000 1000001 110001 0 101100 11100001 110000 100110

Color Harmonies of #324990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324990

Black with #324990

Text Example


Text Example

White with #324990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324990; }

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

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

background-color css

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

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

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

border-color css

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

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

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