Html Css Color HEX #325494 Tory Blue

📋 copy color: '#325494'

red 50 ◦ green 84 ◦ blue 148

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

Shades of Tory Blue #325494

Tints of Tory Blue #325494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 17.73%
G = 29.79%
B = 52.48%

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

#325494 (or 0x325494) is known color: Tory Blue. HEX triplet: 32, 54 and 94. RGB value is (50,84,148). Sum of RGB (Red+Green+Blue) = 50+84+148=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #325494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325494 is #CDAB6B. Grayscale: #505050. Windows color (decimal): -13478764 or 9720882. OLE color: 9720882.

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

Color convert

RGB 50 84 148 -
CMYK 0.66 0.43 0 0.42
HSL 219.18º 0.49% 0.39% -
HSV(B) 219.18º 0.66% 0.58% -
XYZ 9.83 9.16 29.27 -
YUV 81.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 50 84 148 0.66 0.43 0 0.42 219.18 0.49 0.39
Hex 32 54 94 42 2B 0 2A DB 31 27
Octal 62 124 224 102 53 0 52 333 61 47
Binary 110010 1010100 10010100 1000010 101011 0 101010 11011011 110001 100111

Color Harmonies of #325494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325494

Black with #325494

Text Example


Text Example

White with #325494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325494; }

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

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

background-color css

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

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

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

border-color css

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

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

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