Html Css Color HEX #324795 Tory Blue

📋 copy color: '#324795'

red 50 ◦ green 71 ◦ blue 149

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

Shades of Tory Blue #324795

Tints of Tory Blue #324795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 18.52%
G = 26.3%
B = 55.19%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#324795 (or 0x324795) is known color: Tory Blue. HEX triplet: 32, 47 and 95. RGB value is (50,71,149). Sum of RGB (Red+Green+Blue) = 50+71+149=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #324795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324795 is #CDB86A. Grayscale: #494949. Windows color (decimal): -13482091 or 9783090. OLE color: 9783090.

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

Color convert

RGB 50 71 149 -
CMYK 0.66 0.52 0 0.42
HSL 227.27º 0.5% 0.39% -
HSV(B) 227.27º 0.66% 0.58% -
XYZ 8.99 7.35 29.38 -
YUV 73.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 50 71 149 0.66 0.52 0 0.42 227.27 0.5 0.39
Hex 32 47 95 42 34 0 2A E3 32 27
Octal 62 107 225 102 64 0 52 343 62 47
Binary 110010 1000111 10010101 1000010 110100 0 101010 11100011 110010 100111

Color Harmonies of #324795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324795

Black with #324795

Text Example


Text Example

White with #324795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324795; }

 p { color: rgb(50,71,149); }

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

background-color css

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

 a { background-color: rgb(50,71,149); }

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

border-color css

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

 span { border-color: rgb(50,71,149); }

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