Html Css Color HEX #324484 Tory Blue

📋 copy color: '#324484'

red 50 ◦ green 68 ◦ blue 132

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

Shades of Tory Blue #324484

Tints of Tory Blue #324484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

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

R = 20%
G = 27.2%
B = 52.8%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#324484 (or 0x324484) is known color: Tory Blue. HEX triplet: 32, 44 and 84. RGB value is (50,68,132). Sum of RGB (Red+Green+Blue) = 50+68+132=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #324484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324484 is #CDBB7B. Grayscale: #454545. Windows color (decimal): -13482876 or 8668210. OLE color: 8668210.

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

Color convert

RGB 50 68 132 -
CMYK 0.62 0.48 0 0.48
HSL 226.83º 0.45% 0.36% -
HSV(B) 226.83º 0.62% 0.52% -
XYZ 7.55 6.48 22.68 -
YUV 69.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 50 68 132 0.62 0.48 0 0.48 226.83 0.45 0.36
Hex 32 44 84 3E 30 0 30 E3 2D 24
Octal 62 104 204 76 60 0 60 343 55 44
Binary 110010 1000100 10000100 111110 110000 0 110000 11100011 101101 100100

Color Harmonies of #324484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324484

Black with #324484

Text Example


Text Example

White with #324484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324484; }

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

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

background-color css

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

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

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

border-color css

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

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

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