Html Css Color HEX #324A93 Tory Blue

📋 copy color: '#324A93'

red 50 ◦ green 74 ◦ blue 147

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

Shades of Tory Blue #324A93

Tints of Tory Blue #324A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.24%

R = 18.45%
G = 27.31%
B = 54.24%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#324A93 (or 0x324A93) is known color: Tory Blue. HEX triplet: 32, 4A and 93. RGB value is (50,74,147). Sum of RGB (Red+Green+Blue) = 50+74+147=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #324A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A93 is #CDB56C. Grayscale: #4A4A4A. Windows color (decimal): -13481325 or 9652786. OLE color: 9652786.

HSL color Cylindrical-coordinate representation of color #324A93: hue angle of 225.15º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324A93 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 74 147 -
CMYK 0.66 0.50 0 0.42
HSL 225.15º 0.49% 0.39% -
HSV(B) 225.15º 0.66% 0.58% -
XYZ 9.03 7.68 28.61 -
YUV 75.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 50 74 147 0.66 0.50 0 0.42 225.15 0.49 0.39
Hex 32 4A 93 42 32 0 2A E1 31 27
Octal 62 112 223 102 62 0 52 341 61 47
Binary 110010 1001010 10010011 1000010 110010 0 101010 11100001 110001 100111

Color Harmonies of #324A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A93

Black with #324A93

Text Example


Text Example

White with #324A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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