Html Css Color HEX #324191 Tory Blue

📋 copy color: '#324191'

red 50 ◦ green 65 ◦ blue 145

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

Shades of Tory Blue #324191

Tints of Tory Blue #324191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 19.23%
G = 25%
B = 55.77%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#324191 (or 0x324191) is known color: Tory Blue. HEX triplet: 32, 41 and 91. RGB value is (50,65,145). Sum of RGB (Red+Green+Blue) = 50+65+145=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #324191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324191 is #CDBE6E. Grayscale: #454545. Windows color (decimal): -13483631 or 9519410. OLE color: 9519410.

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

Color convert

RGB 50 65 145 -
CMYK 0.66 0.55 0 0.43
HSL 230.53º 0.49% 0.38% -
HSV(B) 230.53º 0.66% 0.57% -
XYZ 8.32 6.5 27.6 -
YUV 69.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 50 65 145 0.66 0.55 0 0.43 230.53 0.49 0.38
Hex 32 41 91 42 37 0 2B E7 31 26
Octal 62 101 221 102 67 0 53 347 61 46
Binary 110010 1000001 10010001 1000010 110111 0 101011 11100111 110001 100110

Color Harmonies of #324191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324191

Black with #324191

Text Example


Text Example

White with #324191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324191; }

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

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

background-color css

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

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

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

border-color css

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

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

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