Html Css Color HEX #324391 Tory Blue

📋 copy color: '#324391'

red 50 ◦ green 67 ◦ blue 145

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

Shades of Tory Blue #324391

Tints of Tory Blue #324391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.34%

R = 19.08%
G = 25.57%
B = 55.34%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#324391 (or 0x324391) is known color: Tory Blue. HEX triplet: 32, 43 and 91. RGB value is (50,67,145). Sum of RGB (Red+Green+Blue) = 50+67+145=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #324391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324391 is #CDBC6E. Grayscale: #464646. Windows color (decimal): -13483119 or 9519922. OLE color: 9519922.

HSL color Cylindrical-coordinate representation of color #324391: hue angle of 229.26º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324391 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 67 145 -
CMYK 0.66 0.54 0 0.43
HSL 229.26º 0.49% 0.38% -
HSV(B) 229.26º 0.66% 0.57% -
XYZ 8.43 6.74 27.64 -
YUV 70.81 169.87 113.16 -
System Red Green Blue C M Y K H S L
Decimal 50 67 145 0.66 0.54 0 0.43 229.26 0.49 0.38
Hex 32 43 91 42 36 0 2B E5 31 26
Octal 62 103 221 102 66 0 53 345 61 46
Binary 110010 1000011 10010001 1000010 110110 0 101011 11100101 110001 100110

Color Harmonies of #324391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324391

Black with #324391

Text Example


Text Example

White with #324391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324391; }

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

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

background-color css

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

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

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

border-color css

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

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

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