Html Css Color HEX #324690 Tory Blue

📋 copy color: '#324690'

red 50 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #324690

Tints of Tory Blue #324690

RGB

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

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

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

R = 18.94%
G = 26.52%
B = 54.55%

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

#324690 (or 0x324690) is known color: Tory Blue. HEX triplet: 32, 46 and 90. RGB value is (50,70,144). Sum of RGB (Red+Green+Blue) = 50+70+144=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #324690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324690 is #CDB96F. Grayscale: #484848. Windows color (decimal): -13482352 or 9455154. OLE color: 9455154.

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

Color convert

RGB 50 70 144 -
CMYK 0.65 0.51 0 0.44
HSL 227.23º 0.48% 0.38% -
HSV(B) 227.23º 0.65% 0.56% -
XYZ 8.54 7.07 27.3 -
YUV 72.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 50 70 144 0.65 0.51 0 0.44 227.23 0.48 0.38
Hex 32 46 90 41 33 0 2C E3 30 26
Octal 62 106 220 101 63 0 54 343 60 46
Binary 110010 1000110 10010000 1000001 110011 0 101100 11100011 110000 100110

Color Harmonies of #324690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324690

Black with #324690

Text Example


Text Example

White with #324690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324690; }

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

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

background-color css

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

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

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

border-color css

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

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

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