Html Css Color HEX #325095 Tory Blue

📋 copy color: '#325095'

red 50 ◦ green 80 ◦ blue 149

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

Shades of Tory Blue #325095

Tints of Tory Blue #325095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 17.92%
G = 28.67%
B = 53.41%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325095 (or 0x325095) is known color: Tory Blue. HEX triplet: 32, 50 and 95. RGB value is (50,80,149). Sum of RGB (Red+Green+Blue) = 50+80+149=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #325095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325095 is #CDAF6A. Grayscale: #4E4E4E. Windows color (decimal): -13479787 or 9785394. OLE color: 9785394.

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

Color convert

RGB 50 80 149 -
CMYK 0.66 0.46 0 0.42
HSL 221.82º 0.5% 0.39% -
HSV(B) 221.82º 0.66% 0.58% -
XYZ 9.61 8.59 29.58 -
YUV 78.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 50 80 149 0.66 0.46 0 0.42 221.82 0.5 0.39
Hex 32 50 95 42 2E 0 2A DE 32 27
Octal 62 120 225 102 56 0 52 336 62 47
Binary 110010 1010000 10010101 1000010 101110 0 101010 11011110 110010 100111

Color Harmonies of #325095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325095

Black with #325095

Text Example


Text Example

White with #325095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325095; }

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

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

background-color css

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

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

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

border-color css

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

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

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