Html Css Color HEX #325296 Tory Blue

📋 copy color: '#325296'

red 50 ◦ green 82 ◦ blue 150

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

Shades of Tory Blue #325296

Tints of Tory Blue #325296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 17.73%
G = 29.08%
B = 53.19%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#325296 (or 0x325296) is known color: Tory Blue. HEX triplet: 32, 52 and 96. RGB value is (50,82,150). Sum of RGB (Red+Green+Blue) = 50+82+150=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #325296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325296 is #CDAD69. Grayscale: #4F4F4F. Windows color (decimal): -13479274 or 9851442. OLE color: 9851442.

HSL color Cylindrical-coordinate representation of color #325296: hue angle of 220.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325296 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 82 150 -
CMYK 0.67 0.45 0 0.41
HSL 220.8º 0.5% 0.39% -
HSV(B) 220.8º 0.67% 0.59% -
XYZ 9.84 8.91 30.06 -
YUV 80.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 50 82 150 0.67 0.45 0 0.41 220.8 0.5 0.39
Hex 32 52 96 43 2D 0 29 DD 32 27
Octal 62 122 226 103 55 0 51 335 62 47
Binary 110010 1010010 10010110 1000011 101101 0 101001 11011101 110010 100111

Color Harmonies of #325296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325296

Black with #325296

Text Example


Text Example

White with #325296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325296; }

 p { color: rgb(50,82,150); }

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

background-color css

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

 a { background-color: rgb(50,82,150); }

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

border-color css

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

 span { border-color: rgb(50,82,150); }

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