Html Css Color HEX #324994 Tory Blue

📋 copy color: '#324994'

red 50 ◦ green 73 ◦ blue 148

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

Shades of Tory Blue #324994

Tints of Tory Blue #324994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.61%

R = 18.45%
G = 26.94%
B = 54.61%

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

#324994 (or 0x324994) is known color: Tory Blue. HEX triplet: 32, 49 and 94. RGB value is (50,73,148). Sum of RGB (Red+Green+Blue) = 50+73+148=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #324994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324994 is #CDB66B. Grayscale: #4A4A4A. Windows color (decimal): -13481580 or 9718066. OLE color: 9718066.

HSL color Cylindrical-coordinate representation of color #324994: hue angle of 225.92º degrees, saturation: 0.49, 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 #324994 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 73 148 -
CMYK 0.66 0.51 0 0.42
HSL 225.92º 0.49% 0.39% -
HSV(B) 225.92º 0.66% 0.58% -
XYZ 9.04 7.58 29 -
YUV 74.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 50 73 148 0.66 0.51 0 0.42 225.92 0.49 0.39
Hex 32 49 94 42 33 0 2A E2 31 27
Octal 62 111 224 102 63 0 52 342 61 47
Binary 110010 1001001 10010100 1000010 110011 0 101010 11100010 110001 100111

Color Harmonies of #324994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324994

Black with #324994

Text Example


Text Example

White with #324994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324994; }

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

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

background-color css

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

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

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

border-color css

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

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

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