Html Css Color HEX #325695 Tory Blue

📋 copy color: '#325695'

red 50 ◦ green 86 ◦ blue 149

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

Shades of Tory Blue #325695

Tints of Tory Blue #325695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 17.54%
G = 30.18%
B = 52.28%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325695 (or 0x325695) is known color: Tory Blue. HEX triplet: 32, 56 and 95. RGB value is (50,86,149). Sum of RGB (Red+Green+Blue) = 50+86+149=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #325695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325695 is #CDA96A. Grayscale: #525252. Windows color (decimal): -13478251 or 9786930. OLE color: 9786930.

HSL color Cylindrical-coordinate representation of color #325695: hue angle of 218.18º degrees, saturation: 0.5, 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 #325695 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 86 149 -
CMYK 0.66 0.42 0 0.42
HSL 218.18º 0.5% 0.39% -
HSV(B) 218.18º 0.66% 0.58% -
XYZ 10.07 9.5 29.74 -
YUV 82.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 50 86 149 0.66 0.42 0 0.42 218.18 0.5 0.39
Hex 32 56 95 42 2A 0 2A DA 32 27
Octal 62 126 225 102 52 0 52 332 62 47
Binary 110010 1010110 10010101 1000010 101010 0 101010 11011010 110010 100111

Color Harmonies of #325695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325695

Black with #325695

Text Example


Text Example

White with #325695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325695; }

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

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

background-color css

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

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

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

border-color css

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

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

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