Html Css Color HEX #324090 Tory Blue

📋 copy color: '#324090'

red 50 ◦ green 64 ◦ blue 144

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

Shades of Tory Blue #324090

Tints of Tory Blue #324090

RGB

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

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

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

R = 19.38%
G = 24.81%
B = 55.81%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#324090 (or 0x324090) is known color: Tory Blue. HEX triplet: 32, 40 and 90. RGB value is (50,64,144). Sum of RGB (Red+Green+Blue) = 50+64+144=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #324090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324090 is #CDBF6F. Grayscale: #444444. Windows color (decimal): -13483888 or 9453618. OLE color: 9453618.

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

Color convert

RGB 50 64 144 -
CMYK 0.65 0.56 0 0.44
HSL 231.06º 0.48% 0.38% -
HSV(B) 231.06º 0.65% 0.56% -
XYZ 8.18 6.36 27.18 -
YUV 68.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 50 64 144 0.65 0.56 0 0.44 231.06 0.48 0.38
Hex 32 40 90 41 38 0 2C E7 30 26
Octal 62 100 220 101 70 0 54 347 60 46
Binary 110010 1000000 10010000 1000001 111000 0 101100 11100111 110000 100110

Color Harmonies of #324090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324090

Black with #324090

Text Example


Text Example

White with #324090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324090; }

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

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

background-color css

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

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

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

border-color css

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

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

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