#294E7C

Color #294E7C St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #294E7C

Tints of St Tropaz #294E7C

Color information

#294E7C (or 0x294E7C) is unknown color: approx St Tropaz. HEX triplet: 29, 4E and 7C. RGB value is (41,78,124). Sum of RGB (Red+Green+Blue) = 41+78+124=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #294E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E7C is #D6B183. Grayscale: #474747. Windows color (decimal): -14070148 or 8146473. OLE color: 8146473.

HSL color Cylindrical-coordinate representation of color #294E7C: hue angle of 213.25º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #294E7C is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4178124-
CMYK0.670.3700.51
HSL213.25º50.3%32.35%-
HSV(B)213.25º66.94%48.63%-
XYZ7.287.3820.11-
YUV72.18157.24105.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=16.87%
G=32.10%
B=51.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41781240.670.3700.51213.2550.332.35
Hex294E7C4325033d53220
Octal51116174103450633256240
Binary101001100111011111001000011100101011001111010101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294E7C; }

 p { color: rgb(41,78,124); }

 H1.HeaderClassName
 {
   color: #294E7C;
 }
 .AnyTagClassName
 {
   color: #294E7C;
 }
</style>
background-color css

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

 a { background-color: rgb(41,78,124); }

 div.DivClassName
 {
   background-color: #294E7C;
 }
 .BgClassName
 {
   background-color: #294E7C;
 }
</style>
border-color css

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

 span { border-color: rgb(41,78,124); }

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