Html Css Color HEX #325599 Tory Blue

📋 copy color: '#325599'

red 50 ◦ green 85 ◦ blue 153

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

Shades of Tory Blue #325599

Tints of Tory Blue #325599

RGB

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

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

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

R = 17.36%
G = 29.51%
B = 53.13%

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

#325599 (or 0x325599) is known color: Tory Blue. HEX triplet: 32, 55 and 99. RGB value is (50,85,153). Sum of RGB (Red+Green+Blue) = 50+85+153=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #325599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325599 is #CDAA66. Grayscale: #515151. Windows color (decimal): -13478503 or 10048818. OLE color: 10048818.

HSL color Cylindrical-coordinate representation of color #325599: hue angle of 219.61º 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 #325599 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 85 153 -
CMYK 0.67 0.44 0 0.4
HSL 219.61º 0.51% 0.4% -
HSV(B) 219.61º 0.67% 0.6% -
XYZ 10.31 9.48 31.42 -
YUV 82.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 50 85 153 0.67 0.44 0 0.4 219.61 0.51 0.4
Hex 32 55 99 43 2C 0 28 DC 33 28
Octal 62 125 231 103 54 0 50 334 63 50
Binary 110010 1010101 10011001 1000011 101100 0 101000 11011100 110011 101000

Color Harmonies of #325599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325599

Black with #325599

Text Example


Text Example

White with #325599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325599; }

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

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

background-color css

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

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

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

border-color css

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

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

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