Html Css Color HEX #324984 Tory Blue

📋 copy color: '#324984'

red 50 ◦ green 73 ◦ blue 132

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

Shades of Tory Blue #324984

Tints of Tory Blue #324984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 19.61%
G = 28.63%
B = 51.76%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#324984 (or 0x324984) is known color: Tory Blue. HEX triplet: 32, 49 and 84. RGB value is (50,73,132). Sum of RGB (Red+Green+Blue) = 50+73+132=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #324984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324984 is #CDB67B. Grayscale: #484848. Windows color (decimal): -13481596 or 8669490. OLE color: 8669490.

HSL color Cylindrical-coordinate representation of color #324984: hue angle of 223.17º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324984 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 73 132 -
CMYK 0.62 0.45 0 0.48
HSL 223.17º 0.45% 0.36% -
HSV(B) 223.17º 0.62% 0.52% -
XYZ 7.86 7.11 22.79 -
YUV 72.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 50 73 132 0.62 0.45 0 0.48 223.17 0.45 0.36
Hex 32 49 84 3E 2D 0 30 DF 2D 24
Octal 62 111 204 76 55 0 60 337 55 44
Binary 110010 1001001 10000100 111110 101101 0 110000 11011111 101101 100100

Color Harmonies of #324984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324984

Black with #324984

Text Example


Text Example

White with #324984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324984; }

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

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

background-color css

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

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

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

border-color css

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

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

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