Html Css Color HEX #324C93 Tory Blue

📋 copy color: '#324C93'

red 50 ◦ green 76 ◦ blue 147

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

Shades of Tory Blue #324C93

Tints of Tory Blue #324C93

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.84%

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

R = 18.32%
G = 27.84%
B = 53.85%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#324C93 (or 0x324C93) is known color: Tory Blue. HEX triplet: 32, 4C and 93. RGB value is (50,76,147). Sum of RGB (Red+Green+Blue) = 50+76+147=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #324C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C93 is #CDB36C. Grayscale: #4C4C4C. Windows color (decimal): -13480813 or 9653298. OLE color: 9653298.

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

Color convert

RGB 50 76 147 -
CMYK 0.66 0.48 0 0.42
HSL 223.92º 0.49% 0.39% -
HSV(B) 223.92º 0.66% 0.58% -
XYZ 9.17 7.95 28.66 -
YUV 76.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 50 76 147 0.66 0.48 0 0.42 223.92 0.49 0.39
Hex 32 4C 93 42 30 0 2A E0 31 27
Octal 62 114 223 102 60 0 52 340 61 47
Binary 110010 1001100 10010011 1000010 110000 0 101010 11100000 110001 100111

Color Harmonies of #324C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C93

Black with #324C93

Text Example


Text Example

White with #324C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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