Html Css Color HEX #325199 Tory Blue

📋 copy color: '#325199'

red 50 ◦ green 81 ◦ blue 153

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

Shades of Tory Blue #325199

Tints of Tory Blue #325199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

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

R = 17.61%
G = 28.52%
B = 53.87%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#325199 (or 0x325199) is known color: Tory Blue. HEX triplet: 32, 51 and 99. RGB value is (50,81,153). Sum of RGB (Red+Green+Blue) = 50+81+153=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #325199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325199 is #CDAE66. Grayscale: #4F4F4F. Windows color (decimal): -13479527 or 10047794. OLE color: 10047794.

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

Color convert

RGB 50 81 153 -
CMYK 0.67 0.47 0 0.4
HSL 221.94º 0.51% 0.4% -
HSV(B) 221.94º 0.67% 0.6% -
XYZ 10.01 8.86 31.32 -
YUV 79.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 50 81 153 0.67 0.47 0 0.4 221.94 0.51 0.4
Hex 32 51 99 43 2F 0 28 DE 33 28
Octal 62 121 231 103 57 0 50 336 63 50
Binary 110010 1010001 10011001 1000011 101111 0 101000 11011110 110011 101000

Color Harmonies of #325199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325199

Black with #325199

Text Example


Text Example

White with #325199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325199; }

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

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

background-color css

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

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

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

border-color css

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

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

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