Html Css Color HEX #325699 Tory Blue

📋 copy color: '#325699'

red 50 ◦ green 86 ◦ blue 153

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

Shades of Tory Blue #325699

Tints of Tory Blue #325699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 153 (60.16% from 255) = 52.94%

R = 17.3%
G = 29.76%
B = 52.94%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#325699 (or 0x325699) is known color: Tory Blue. HEX triplet: 32, 56 and 99. RGB value is (50,86,153). Sum of RGB (Red+Green+Blue) = 50+86+153=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #325699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325699 is #CDA966. Grayscale: #525252. Windows color (decimal): -13478247 or 10049074. OLE color: 10049074.

HSL color Cylindrical-coordinate representation of color #325699: hue angle of 219.03º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325699 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 86 153 -
CMYK 0.67 0.44 0 0.4
HSL 219.03º 0.51% 0.4% -
HSV(B) 219.03º 0.67% 0.6% -
XYZ 10.39 9.63 31.45 -
YUV 82.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 50 86 153 0.67 0.44 0 0.4 219.03 0.51 0.4
Hex 32 56 99 43 2C 0 28 DB 33 28
Octal 62 126 231 103 54 0 50 333 63 50
Binary 110010 1010110 10011001 1000011 101100 0 101000 11011011 110011 101000

Color Harmonies of #325699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325699

Black with #325699

Text Example


Text Example

White with #325699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325699; }

 p { color: rgb(50,86,153); }

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

background-color css

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

 a { background-color: rgb(50,86,153); }

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

border-color css

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

 span { border-color: rgb(50,86,153); }

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