Html Css Color HEX #324884 Tory Blue

📋 copy color: '#324884'

red 50 ◦ green 72 ◦ blue 132

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

Shades of Tory Blue #324884

Tints of Tory Blue #324884

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

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

R = 19.69%
G = 28.35%
B = 51.97%

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

#324884 (or 0x324884) is known color: Tory Blue. HEX triplet: 32, 48 and 84. RGB value is (50,72,132). Sum of RGB (Red+Green+Blue) = 50+72+132=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #324884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324884 is #CDB77B. Grayscale: #484848. Windows color (decimal): -13481852 or 8669234. OLE color: 8669234.

HSL color Cylindrical-coordinate representation of color #324884: hue angle of 223.9º 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 #324884 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 72 132 -
CMYK 0.62 0.45 0 0.48
HSL 223.9º 0.45% 0.36% -
HSV(B) 223.9º 0.62% 0.52% -
XYZ 7.8 6.98 22.77 -
YUV 72.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 50 72 132 0.62 0.45 0 0.48 223.9 0.45 0.36
Hex 32 48 84 3E 2D 0 30 E0 2D 24
Octal 62 110 204 76 55 0 60 340 55 44
Binary 110010 1001000 10000100 111110 101101 0 110000 11100000 101101 100100

Color Harmonies of #324884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324884

Black with #324884

Text Example


Text Example

White with #324884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324884; }

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

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

background-color css

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

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

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

border-color css

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

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

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