Html Css Color HEX #324AA2 Tory Blue

📋 copy color: '#324AA2'

red 50 ◦ green 74 ◦ blue 162

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

Shades of Tory Blue #324AA2

Tints of Tory Blue #324AA2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.87%

 BLUE value IS 162 (63.67% from 255) = 56.64%

R = 17.48%
G = 25.87%
B = 56.64%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#324AA2 (or 0x324AA2) is known color: Tory Blue. HEX triplet: 32, 4A and A2. RGB value is (50,74,162). Sum of RGB (Red+Green+Blue) = 50+74+162=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #324AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324AA2 is #CDB55D. Grayscale: #4C4C4C. Windows color (decimal): -13481310 or 10635826. OLE color: 10635826.

HSL color Cylindrical-coordinate representation of color #324AA2: hue angle of 227.14º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #324AA2 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 74 162 -
CMYK 0.69 0.54 0 0.36
HSL 227.14º 0.53% 0.42% -
HSV(B) 227.14º 0.69% 0.64% -
XYZ 10.29 8.18 35.22 -
YUV 76.86 176.05 108.84 -
System Red Green Blue C M Y K H S L
Decimal 50 74 162 0.69 0.54 0 0.36 227.14 0.53 0.42
Hex 32 4A A2 45 36 0 24 E3 35 2A
Octal 62 112 242 105 66 0 44 343 65 52
Binary 110010 1001010 10100010 1000101 110110 0 100100 11100011 110101 101010

Color Harmonies of #324AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AA2

Black with #324AA2

Text Example


Text Example

White with #324AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324AA2; }

 p { color: rgb(50,74,162); }

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

background-color css

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

 a { background-color: rgb(50,74,162); }

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

border-color css

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

 span { border-color: rgb(50,74,162); }

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