Html Css Color HEX #324693 Tory Blue

📋 copy color: '#324693'

red 50 ◦ green 70 ◦ blue 147

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

Shades of Tory Blue #324693

Tints of Tory Blue #324693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 18.73%
G = 26.22%
B = 55.06%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#324693 (or 0x324693) is known color: Tory Blue. HEX triplet: 32, 46 and 93. RGB value is (50,70,147). Sum of RGB (Red+Green+Blue) = 50+70+147=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #324693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324693 is #CDB96C. Grayscale: #484848. Windows color (decimal): -13482349 or 9651762. OLE color: 9651762.

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

Color convert

RGB 50 70 147 -
CMYK 0.66 0.52 0 0.42
HSL 227.63º 0.49% 0.39% -
HSV(B) 227.63º 0.66% 0.58% -
XYZ 8.77 7.17 28.52 -
YUV 72.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 50 70 147 0.66 0.52 0 0.42 227.63 0.49 0.39
Hex 32 46 93 42 34 0 2A E4 31 27
Octal 62 106 223 102 64 0 52 344 61 47
Binary 110010 1000110 10010011 1000010 110100 0 101010 11100100 110001 100111

Color Harmonies of #324693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324693

Black with #324693

Text Example


Text Example

White with #324693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324693; }

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

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

background-color css

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

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

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

border-color css

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

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

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