Html Css Color HEX #325193 Tory Blue

📋 copy color: '#325193'

red 50 ◦ green 81 ◦ blue 147

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

Shades of Tory Blue #325193

Tints of Tory Blue #325193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 17.99%
G = 29.14%
B = 52.88%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325193 (or 0x325193) is known color: Tory Blue. HEX triplet: 32, 51 and 93. RGB value is (50,81,147). Sum of RGB (Red+Green+Blue) = 50+81+147=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #325193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325193 is #CDAE6C. Grayscale: #4E4E4E. Windows color (decimal): -13479533 or 9654578. OLE color: 9654578.

HSL color Cylindrical-coordinate representation of color #325193: hue angle of 220.82º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325193 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 81 147 -
CMYK 0.66 0.45 0 0.42
HSL 220.82º 0.49% 0.39% -
HSV(B) 220.82º 0.66% 0.58% -
XYZ 9.52 8.67 28.78 -
YUV 79.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 50 81 147 0.66 0.45 0 0.42 220.82 0.49 0.39
Hex 32 51 93 42 2D 0 2A DD 31 27
Octal 62 121 223 102 55 0 52 335 61 47
Binary 110010 1010001 10010011 1000010 101101 0 101010 11011101 110001 100111

Color Harmonies of #325193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325193

Black with #325193

Text Example


Text Example

White with #325193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325193; }

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

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

background-color css

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

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

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

border-color css

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

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

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