Html Css Color HEX #325091 Tory Blue

📋 copy color: '#325091'

red 50 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #325091

Tints of Tory Blue #325091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 18.18%
G = 29.09%
B = 52.73%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#325091 (or 0x325091) is known color: Tory Blue. HEX triplet: 32, 50 and 91. RGB value is (50,80,145). Sum of RGB (Red+Green+Blue) = 50+80+145=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #325091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325091 is #CDAF6E. Grayscale: #4E4E4E. Windows color (decimal): -13479791 or 9523250. OLE color: 9523250.

HSL color Cylindrical-coordinate representation of color #325091: hue angle of 221.05º 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 #325091 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 80 145 -
CMYK 0.66 0.45 0 0.43
HSL 221.05º 0.49% 0.38% -
HSV(B) 221.05º 0.66% 0.57% -
XYZ 9.29 8.46 27.93 -
YUV 78.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 50 80 145 0.66 0.45 0 0.43 221.05 0.49 0.38
Hex 32 50 91 42 2D 0 2B DD 31 26
Octal 62 120 221 102 55 0 53 335 61 46
Binary 110010 1010000 10010001 1000010 101101 0 101011 11011101 110001 100110

Color Harmonies of #325091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325091

Black with #325091

Text Example


Text Example

White with #325091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325091; }

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

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

background-color css

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

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

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

border-color css

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

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

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