Html Css Color HEX #324992 Tory Blue

📋 copy color: '#324992'

red 50 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #324992

Tints of Tory Blue #324992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.28%

R = 18.59%
G = 27.14%
B = 54.28%

CMYK

 C value IS 0.66

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#324992 (or 0x324992) is known color: Tory Blue. HEX triplet: 32, 49 and 92. RGB value is (50,73,146). Sum of RGB (Red+Green+Blue) = 50+73+146=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #324992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324992 is #CDB66D. Grayscale: #4A4A4A. Windows color (decimal): -13481582 or 9586994. OLE color: 9586994.

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

Color convert

RGB 50 73 146 -
CMYK 0.66 0.5 0 0.43
HSL 225.63º 0.49% 0.38% -
HSV(B) 225.63º 0.66% 0.57% -
XYZ 8.89 7.52 28.18 -
YUV 74.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 50 73 146 0.66 0.5 0 0.43 225.63 0.49 0.38
Hex 32 49 92 42 32 0 2B E2 31 26
Octal 62 111 222 102 62 0 53 342 61 46
Binary 110010 1001001 10010010 1000010 110010 0 101011 11100010 110001 100110

Color Harmonies of #324992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324992

Black with #324992

Text Example


Text Example

White with #324992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324992; }

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

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

background-color css

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

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

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

border-color css

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

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

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