Html Css Color HEX #324390 Tory Blue

📋 copy color: '#324390'

red 50 ◦ green 67 ◦ blue 144

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

Shades of Tory Blue #324390

Tints of Tory Blue #324390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

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

R = 19.16%
G = 25.67%
B = 55.17%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#324390 (or 0x324390) is known color: Tory Blue. HEX triplet: 32, 43 and 90. RGB value is (50,67,144). Sum of RGB (Red+Green+Blue) = 50+67+144=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #324390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324390 is #CDBC6F. Grayscale: #464646. Windows color (decimal): -13483120 or 9454386. OLE color: 9454386.

HSL color Cylindrical-coordinate representation of color #324390: hue angle of 229.15º 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 #324390 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 67 144 -
CMYK 0.65 0.53 0 0.44
HSL 229.15º 0.48% 0.38% -
HSV(B) 229.15º 0.65% 0.56% -
XYZ 8.36 6.71 27.24 -
YUV 70.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 50 67 144 0.65 0.53 0 0.44 229.15 0.48 0.38
Hex 32 43 90 41 35 0 2C E5 30 26
Octal 62 103 220 101 65 0 54 345 60 46
Binary 110010 1000011 10010000 1000001 110101 0 101100 11100101 110000 100110

Color Harmonies of #324390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324390

Black with #324390

Text Example


Text Example

White with #324390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324390; }

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

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

background-color css

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

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

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

border-color css

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

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

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