Html Css Color HEX #324D93 Tory Blue

📋 copy color: '#324D93'

red 50 ◦ green 77 ◦ blue 147

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

Shades of Tory Blue #324D93

Tints of Tory Blue #324D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.1%

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

R = 18.25%
G = 28.1%
B = 53.65%

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

#324D93 (or 0x324D93) is known color: Tory Blue. HEX triplet: 32, 4D and 93. RGB value is (50,77,147). Sum of RGB (Red+Green+Blue) = 50+77+147=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #324D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324D93 is #CDB26C. Grayscale: #4C4C4C. Windows color (decimal): -13480557 or 9653554. OLE color: 9653554.

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

Color convert

RGB 50 77 147 -
CMYK 0.66 0.48 0 0.42
HSL 223.3º 0.49% 0.39% -
HSV(B) 223.3º 0.66% 0.58% -
XYZ 9.24 8.09 28.68 -
YUV 76.91 167.55 108.81 -
System Red Green Blue C M Y K H S L
Decimal 50 77 147 0.66 0.48 0 0.42 223.3 0.49 0.39
Hex 32 4D 93 42 30 0 2A DF 31 27
Octal 62 115 223 102 60 0 52 337 61 47
Binary 110010 1001101 10010011 1000010 110000 0 101010 11011111 110001 100111

Color Harmonies of #324D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D93

Black with #324D93

Text Example


Text Example

White with #324D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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