Html Css Color HEX #325491 Tory Blue

📋 copy color: '#325491'

red 50 ◦ green 84 ◦ blue 145

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

Shades of Tory Blue #325491

Tints of Tory Blue #325491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 17.92%
G = 30.11%
B = 51.97%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#325491 (or 0x325491) is known color: Tory Blue. HEX triplet: 32, 54 and 91. RGB value is (50,84,145). Sum of RGB (Red+Green+Blue) = 50+84+145=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #325491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325491 is #CDAB6E. Grayscale: #505050. Windows color (decimal): -13478767 or 9524274. OLE color: 9524274.

HSL color Cylindrical-coordinate representation of color #325491: hue angle of 218.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325491 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 84 145 -
CMYK 0.66 0.42 0 0.43
HSL 218.53º 0.49% 0.38% -
HSV(B) 218.53º 0.66% 0.57% -
XYZ 9.6 9.06 28.03 -
YUV 80.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 50 84 145 0.66 0.42 0 0.43 218.53 0.49 0.38
Hex 32 54 91 42 2A 0 2B DB 31 26
Octal 62 124 221 102 52 0 53 333 61 46
Binary 110010 1010100 10010001 1000010 101010 0 101011 11011011 110001 100110

Color Harmonies of #325491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325491

Black with #325491

Text Example


Text Example

White with #325491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325491; }

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

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

background-color css

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

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

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

border-color css

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

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

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