Html Css Color HEX #324AA1 Tory Blue

📋 copy color: '#324AA1'

red 50 ◦ green 74 ◦ blue 161

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

Shades of Tory Blue #324AA1

Tints of Tory Blue #324AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 56.49%

R = 17.54%
G = 25.96%
B = 56.49%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#324AA1 (or 0x324AA1) is known color: Tory Blue. HEX triplet: 32, 4A and A1. RGB value is (50,74,161). Sum of RGB (Red+Green+Blue) = 50+74+161=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 161 (63.28% from 255 or 56.49% from 285); Max value from RGB is 161 - color contains mainly: blue. Hex color #324AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324AA1 is #CDB55E. Grayscale: #4C4C4C. Windows color (decimal): -13481311 or 10570290. OLE color: 10570290.

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

Color convert

RGB 50 74 161 -
CMYK 0.69 0.54 0 0.37
HSL 227.03º 0.53% 0.41% -
HSV(B) 227.03º 0.69% 0.63% -
XYZ 10.2 8.15 34.75 -
YUV 76.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 50 74 161 0.69 0.54 0 0.37 227.03 0.53 0.41
Hex 32 4A A1 45 36 0 25 E3 35 29
Octal 62 112 241 105 66 0 45 343 65 51
Binary 110010 1001010 10100001 1000101 110110 0 100101 11100011 110101 101001

Color Harmonies of #324AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AA1

Black with #324AA1

Text Example


Text Example

White with #324AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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