Html Css Color HEX #325490 Tory Blue

📋 copy color: '#325490'

red 50 ◦ green 84 ◦ blue 144

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

Shades of Tory Blue #325490

Tints of Tory Blue #325490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

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

R = 17.99%
G = 30.22%
B = 51.8%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#325490 (or 0x325490) is known color: Tory Blue. HEX triplet: 32, 54 and 90. RGB value is (50,84,144). Sum of RGB (Red+Green+Blue) = 50+84+144=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #325490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325490 is #CDAB6F. Grayscale: #505050. Windows color (decimal): -13478768 or 9458738. OLE color: 9458738.

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

Color convert

RGB 50 84 144 -
CMYK 0.65 0.42 0 0.44
HSL 218.3º 0.48% 0.38% -
HSV(B) 218.3º 0.65% 0.56% -
XYZ 9.52 9.03 27.63 -
YUV 80.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 50 84 144 0.65 0.42 0 0.44 218.3 0.48 0.38
Hex 32 54 90 41 2A 0 2C DA 30 26
Octal 62 124 220 101 52 0 54 332 60 46
Binary 110010 1010100 10010000 1000001 101010 0 101100 11011010 110000 100110

Color Harmonies of #325490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325490

Black with #325490

Text Example


Text Example

White with #325490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325490; }

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

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

background-color css

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

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

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

border-color css

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

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

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