Html Css Color HEX #325595 Tory Blue

📋 copy color: '#325595'

red 50 ◦ green 85 ◦ blue 149

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

Shades of Tory Blue #325595

Tints of Tory Blue #325595

RGB

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

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

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

R = 17.61%
G = 29.93%
B = 52.46%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325595 (or 0x325595) is known color: Tory Blue. HEX triplet: 32, 55 and 95. RGB value is (50,85,149). Sum of RGB (Red+Green+Blue) = 50+85+149=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #325595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325595 is #CDAA6A. Grayscale: #515151. Windows color (decimal): -13478507 or 9786674. OLE color: 9786674.

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

Color convert

RGB 50 85 149 -
CMYK 0.66 0.43 0 0.42
HSL 218.79º 0.5% 0.39% -
HSV(B) 218.79º 0.66% 0.58% -
XYZ 9.99 9.35 29.71 -
YUV 81.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 50 85 149 0.66 0.43 0 0.42 218.79 0.5 0.39
Hex 32 55 95 42 2B 0 2A DB 32 27
Octal 62 125 225 102 53 0 52 333 62 47
Binary 110010 1010101 10010101 1000010 101011 0 101010 11011011 110010 100111

Color Harmonies of #325595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325595

Black with #325595

Text Example


Text Example

White with #325595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325595; }

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

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

background-color css

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

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

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

border-color css

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

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

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