Html Css Color HEX #324796 Tory Blue

📋 copy color: '#324796'

red 50 ◦ green 71 ◦ blue 150

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

Shades of Tory Blue #324796

Tints of Tory Blue #324796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 18.45%
G = 26.2%
B = 55.35%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#324796 (or 0x324796) is known color: Tory Blue. HEX triplet: 32, 47 and 96. RGB value is (50,71,150). Sum of RGB (Red+Green+Blue) = 50+71+150=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #324796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324796 is #CDB869. Grayscale: #494949. Windows color (decimal): -13482090 or 9848626. OLE color: 9848626.

HSL color Cylindrical-coordinate representation of color #324796: hue angle of 227.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324796 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 71 150 -
CMYK 0.67 0.53 0 0.41
HSL 227.4º 0.5% 0.39% -
HSV(B) 227.4º 0.67% 0.59% -
XYZ 9.07 7.39 29.8 -
YUV 73.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 50 71 150 0.67 0.53 0 0.41 227.4 0.5 0.39
Hex 32 47 96 43 35 0 29 E3 32 27
Octal 62 107 226 103 65 0 51 343 62 47
Binary 110010 1000111 10010110 1000011 110101 0 101001 11100011 110010 100111

Color Harmonies of #324796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324796

Black with #324796

Text Example


Text Example

White with #324796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324796; }

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

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

background-color css

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

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

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

border-color css

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

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

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