Html Css Color HEX #325495 Tory Blue

📋 copy color: '#325495'

red 50 ◦ green 84 ◦ blue 149

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

Shades of Tory Blue #325495

Tints of Tory Blue #325495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 17.67%
G = 29.68%
B = 52.65%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325495 (or 0x325495) is known color: Tory Blue. HEX triplet: 32, 54 and 95. RGB value is (50,84,149). Sum of RGB (Red+Green+Blue) = 50+84+149=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #325495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325495 is #CDAB6A. Grayscale: #505050. Windows color (decimal): -13478763 or 9786418. OLE color: 9786418.

HSL color Cylindrical-coordinate representation of color #325495: hue angle of 219.39º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325495 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 84 149 -
CMYK 0.66 0.44 0 0.42
HSL 219.39º 0.5% 0.39% -
HSV(B) 219.39º 0.66% 0.58% -
XYZ 9.91 9.19 29.69 -
YUV 81.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 50 84 149 0.66 0.44 0 0.42 219.39 0.5 0.39
Hex 32 54 95 42 2C 0 2A DB 32 27
Octal 62 124 225 102 54 0 52 333 62 47
Binary 110010 1010100 10010101 1000010 101100 0 101010 11011011 110010 100111

Color Harmonies of #325495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325495

Black with #325495

Text Example


Text Example

White with #325495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325495; }

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

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

background-color css

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

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

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

border-color css

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

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

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