Html Css Color HEX #325191 Tory Blue

📋 copy color: '#325191'

red 50 ◦ green 81 ◦ blue 145

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

Shades of Tory Blue #325191

Tints of Tory Blue #325191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 18.12%
G = 29.35%
B = 52.54%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#325191 (or 0x325191) is known color: Tory Blue. HEX triplet: 32, 51 and 91. RGB value is (50,81,145). Sum of RGB (Red+Green+Blue) = 50+81+145=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #325191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325191 is #CDAE6E. Grayscale: #4E4E4E. Windows color (decimal): -13479535 or 9523506. OLE color: 9523506.

HSL color Cylindrical-coordinate representation of color #325191: hue angle of 220.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325191 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 81 145 -
CMYK 0.66 0.44 0 0.43
HSL 220.42º 0.49% 0.38% -
HSV(B) 220.42º 0.66% 0.57% -
XYZ 9.37 8.61 27.96 -
YUV 79.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 50 81 145 0.66 0.44 0 0.43 220.42 0.49 0.38
Hex 32 51 91 42 2C 0 2B DC 31 26
Octal 62 121 221 102 54 0 53 334 61 46
Binary 110010 1010001 10010001 1000010 101100 0 101011 11011100 110001 100110

Color Harmonies of #325191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325191

Black with #325191

Text Example


Text Example

White with #325191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325191; }

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

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

background-color css

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

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

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

border-color css

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

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

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