Html Css Color HEX #324986 Tory Blue

📋 copy color: '#324986'

red 50 ◦ green 73 ◦ blue 134

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

Shades of Tory Blue #324986

Tints of Tory Blue #324986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 134 (52.73% from 255) = 52.14%

R = 19.46%
G = 28.4%
B = 52.14%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#324986 (or 0x324986) is known color: Tory Blue. HEX triplet: 32, 49 and 86. RGB value is (50,73,134). Sum of RGB (Red+Green+Blue) = 50+73+134=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #324986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324986 is #CDB679. Grayscale: #484848. Windows color (decimal): -13481594 or 8800562. OLE color: 8800562.

HSL color Cylindrical-coordinate representation of color #324986: hue angle of 223.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324986 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 73 134 -
CMYK 0.63 0.46 0 0.47
HSL 223.57º 0.46% 0.36% -
HSV(B) 223.57º 0.63% 0.53% -
XYZ 8 7.16 23.52 -
YUV 73.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 50 73 134 0.63 0.46 0 0.47 223.57 0.46 0.36
Hex 32 49 86 3F 2E 0 2F E0 2E 24
Octal 62 111 206 77 56 0 57 340 56 44
Binary 110010 1001001 10000110 111111 101110 0 101111 11100000 101110 100100

Color Harmonies of #324986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324986

Black with #324986

Text Example


Text Example

White with #324986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324986; }

 p { color: rgb(50,73,134); }

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

background-color css

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

 a { background-color: rgb(50,73,134); }

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

border-color css

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

 span { border-color: rgb(50,73,134); }

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