Html Css Color HEX #324886 Tory Blue

📋 copy color: '#324886'

red 50 ◦ green 72 ◦ blue 134

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

Shades of Tory Blue #324886

Tints of Tory Blue #324886

RGB

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

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

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

R = 19.53%
G = 28.13%
B = 52.34%

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

#324886 (or 0x324886) is known color: Tory Blue. HEX triplet: 32, 48 and 86. RGB value is (50,72,134). Sum of RGB (Red+Green+Blue) = 50+72+134=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #324886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324886 is #CDB779. Grayscale: #484848. Windows color (decimal): -13481850 or 8800306. OLE color: 8800306.

HSL color Cylindrical-coordinate representation of color #324886: hue angle of 224.29º 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 #324886 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 72 134 -
CMYK 0.63 0.46 0 0.47
HSL 224.29º 0.46% 0.36% -
HSV(B) 224.29º 0.63% 0.53% -
XYZ 7.94 7.03 23.49 -
YUV 72.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 50 72 134 0.63 0.46 0 0.47 224.29 0.46 0.36
Hex 32 48 86 3F 2E 0 2F E0 2E 24
Octal 62 110 206 77 56 0 57 340 56 44
Binary 110010 1001000 10000110 111111 101110 0 101111 11100000 101110 100100

Color Harmonies of #324886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324886

Black with #324886

Text Example


Text Example

White with #324886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324886; }

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

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

background-color css

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

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

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

border-color css

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

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

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