Html Css Color HEX #324996 Tory Blue

📋 copy color: '#324996'

red 50 ◦ green 73 ◦ blue 150

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

Shades of Tory Blue #324996

Tints of Tory Blue #324996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 18.32%
G = 26.74%
B = 54.95%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#324996 (or 0x324996) is known color: Tory Blue. HEX triplet: 32, 49 and 96. RGB value is (50,73,150). Sum of RGB (Red+Green+Blue) = 50+73+150=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #324996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324996 is #CDB669. Grayscale: #4A4A4A. Windows color (decimal): -13481578 or 9849138. OLE color: 9849138.

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

Color convert

RGB 50 73 150 -
CMYK 0.67 0.51 0 0.41
HSL 226.2º 0.5% 0.39% -
HSV(B) 226.2º 0.67% 0.59% -
XYZ 9.2 7.65 29.84 -
YUV 74.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 50 73 150 0.67 0.51 0 0.41 226.2 0.5 0.39
Hex 32 49 96 43 33 0 29 E2 32 27
Octal 62 111 226 103 63 0 51 342 62 47
Binary 110010 1001001 10010110 1000011 110011 0 101001 11100010 110010 100111

Color Harmonies of #324996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324996

Black with #324996

Text Example


Text Example

White with #324996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324996; }

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

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

background-color css

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

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

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

border-color css

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

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

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