Html Css Color HEX #325393 Tory Blue

📋 copy color: '#325393'

red 50 ◦ green 83 ◦ blue 147

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

Shades of Tory Blue #325393

Tints of Tory Blue #325393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

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

R = 17.86%
G = 29.64%
B = 52.5%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325393 (or 0x325393) is known color: Tory Blue. HEX triplet: 32, 53 and 93. RGB value is (50,83,147). Sum of RGB (Red+Green+Blue) = 50+83+147=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #325393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325393 is #CDAC6C. Grayscale: #505050. Windows color (decimal): -13479021 or 9655090. OLE color: 9655090.

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

Color convert

RGB 50 83 147 -
CMYK 0.66 0.44 0 0.42
HSL 219.59º 0.49% 0.39% -
HSV(B) 219.59º 0.66% 0.58% -
XYZ 9.68 8.97 28.83 -
YUV 80.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 50 83 147 0.66 0.44 0 0.42 219.59 0.49 0.39
Hex 32 53 93 42 2C 0 2A DC 31 27
Octal 62 123 223 102 54 0 52 334 61 47
Binary 110010 1010011 10010011 1000010 101100 0 101010 11011100 110001 100111

Color Harmonies of #325393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325393

Black with #325393

Text Example


Text Example

White with #325393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325393; }

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

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

background-color css

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

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

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

border-color css

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

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

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