Html Css Color HEX #325591 Tory Blue

📋 copy color: '#325591'

red 50 ◦ green 85 ◦ blue 145

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

Shades of Tory Blue #325591

Tints of Tory Blue #325591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 17.86%
G = 30.36%
B = 51.79%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#325591 (or 0x325591) is known color: Tory Blue. HEX triplet: 32, 55 and 91. RGB value is (50,85,145). Sum of RGB (Red+Green+Blue) = 50+85+145=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #325591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325591 is #CDAA6E. Grayscale: #515151. Windows color (decimal): -13478511 or 9524530. OLE color: 9524530.

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

Color convert

RGB 50 85 145 -
CMYK 0.66 0.41 0 0.43
HSL 217.89º 0.49% 0.38% -
HSV(B) 217.89º 0.66% 0.57% -
XYZ 9.67 9.22 28.06 -
YUV 81.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 50 85 145 0.66 0.41 0 0.43 217.89 0.49 0.38
Hex 32 55 91 42 29 0 2B DA 31 26
Octal 62 125 221 102 51 0 53 332 61 46
Binary 110010 1010101 10010001 1000010 101001 0 101011 11011010 110001 100110

Color Harmonies of #325591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325591

Black with #325591

Text Example


Text Example

White with #325591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325591; }

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

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

background-color css

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

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

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

border-color css

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

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

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