Html Css Color HEX #325498 Tory Blue

📋 copy color: '#325498'

red 50 ◦ green 84 ◦ blue 152

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

Shades of Tory Blue #325498

Tints of Tory Blue #325498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 152 (59.77% from 255) = 53.15%

R = 17.48%
G = 29.37%
B = 53.15%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#325498 (or 0x325498) is known color: Tory Blue. HEX triplet: 32, 54 and 98. RGB value is (50,84,152). Sum of RGB (Red+Green+Blue) = 50+84+152=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #325498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325498 is #CDAB67. Grayscale: #515151. Windows color (decimal): -13478760 or 9983026. OLE color: 9983026.

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

Color convert

RGB 50 84 152 -
CMYK 0.67 0.45 0 0.40
HSL 220º 0.5% 0.4% -
HSV(B) 220º 0.67% 0.6% -
XYZ 10.15 9.29 30.96 -
YUV 81.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 50 84 152 0.67 0.45 0 0.40 220 0.5 0.4
Hex 32 54 98 43 2D 0 28 DC 32 28
Octal 62 124 230 103 55 0 50 334 62 50
Binary 110010 1010100 10011000 1000011 101101 0 101000 11011100 110010 101000

Color Harmonies of #325498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325498

Black with #325498

Text Example


Text Example

White with #325498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325498; }

 p { color: rgb(50,84,152); }

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

background-color css

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

 a { background-color: rgb(50,84,152); }

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

border-color css

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

 span { border-color: rgb(50,84,152); }

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