Html Css Color HEX #324995 Tory Blue

📋 copy color: '#324995'

red 50 ◦ green 73 ◦ blue 149

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

Shades of Tory Blue #324995

Tints of Tory Blue #324995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

 BLUE value IS 149 (58.59% from 255) = 54.78%

R = 18.38%
G = 26.84%
B = 54.78%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#324995 (or 0x324995) is known color: Tory Blue. HEX triplet: 32, 49 and 95. RGB value is (50,73,149). Sum of RGB (Red+Green+Blue) = 50+73+149=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #324995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324995 is #CDB66A. Grayscale: #4A4A4A. Windows color (decimal): -13481579 or 9783602. OLE color: 9783602.

HSL color Cylindrical-coordinate representation of color #324995: hue angle of 226.06º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324995 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 73 149 -
CMYK 0.66 0.51 0 0.42
HSL 226.06º 0.5% 0.39% -
HSV(B) 226.06º 0.66% 0.58% -
XYZ 9.12 7.61 29.42 -
YUV 74.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 50 73 149 0.66 0.51 0 0.42 226.06 0.5 0.39
Hex 32 49 95 42 33 0 2A E2 32 27
Octal 62 111 225 102 63 0 52 342 62 47
Binary 110010 1001001 10010101 1000010 110011 0 101010 11100010 110010 100111

Color Harmonies of #324995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324995

Black with #324995

Text Example


Text Example

White with #324995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324995; }

 p { color: rgb(50,73,149); }

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

background-color css

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

 a { background-color: rgb(50,73,149); }

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

border-color css

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

 span { border-color: rgb(50,73,149); }

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