Html Css Color HEX #324790 Tory Blue

📋 copy color: '#324790'

red 50 ◦ green 71 ◦ blue 144

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

Shades of Tory Blue #324790

Tints of Tory Blue #324790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 18.87%
G = 26.79%
B = 54.34%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#324790 (or 0x324790) is known color: Tory Blue. HEX triplet: 32, 47 and 90. RGB value is (50,71,144). Sum of RGB (Red+Green+Blue) = 50+71+144=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #324790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324790 is #CDB86F. Grayscale: #484848. Windows color (decimal): -13482096 or 9455410. OLE color: 9455410.

HSL color Cylindrical-coordinate representation of color #324790: hue angle of 226.6º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #324790 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 71 144 -
CMYK 0.65 0.51 0 0.44
HSL 226.6º 0.48% 0.38% -
HSV(B) 226.6º 0.65% 0.56% -
XYZ 8.6 7.2 27.32 -
YUV 73.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 50 71 144 0.65 0.51 0 0.44 226.6 0.48 0.38
Hex 32 47 90 41 33 0 2C E3 30 26
Octal 62 107 220 101 63 0 54 343 60 46
Binary 110010 1000111 10010000 1000001 110011 0 101100 11100011 110000 100110

Color Harmonies of #324790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324790

Black with #324790

Text Example


Text Example

White with #324790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324790; }

 p { color: rgb(50,71,144); }

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

background-color css

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

 a { background-color: rgb(50,71,144); }

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

border-color css

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

 span { border-color: rgb(50,71,144); }

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