Html Css Color HEX #325593 Tory Blue

📋 copy color: '#325593'

red 50 ◦ green 85 ◦ blue 147

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

Shades of Tory Blue #325593

Tints of Tory Blue #325593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 17.73%
G = 30.14%
B = 52.13%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325593 (or 0x325593) is known color: Tory Blue. HEX triplet: 32, 55 and 93. RGB value is (50,85,147). Sum of RGB (Red+Green+Blue) = 50+85+147=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #325593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325593 is #CDAA6C. Grayscale: #515151. Windows color (decimal): -13478509 or 9655602. OLE color: 9655602.

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

Color convert

RGB 50 85 147 -
CMYK 0.66 0.42 0 0.42
HSL 218.35º 0.49% 0.39% -
HSV(B) 218.35º 0.66% 0.58% -
XYZ 9.83 9.28 28.88 -
YUV 81.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 50 85 147 0.66 0.42 0 0.42 218.35 0.49 0.39
Hex 32 55 93 42 2A 0 2A DA 31 27
Octal 62 125 223 102 52 0 52 332 61 47
Binary 110010 1010101 10010011 1000010 101010 0 101010 11011010 110001 100111

Color Harmonies of #325593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325593

Black with #325593

Text Example


Text Example

White with #325593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325593; }

 p { color: rgb(50,85,147); }

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

background-color css

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

 a { background-color: rgb(50,85,147); }

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

border-color css

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

 span { border-color: rgb(50,85,147); }

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