#294E7F

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

Shades of St Tropaz #294E7F

Tints of St Tropaz #294E7F

Color information

#294E7F (or 0x294E7F) is unknown color: approx St Tropaz. HEX triplet: 29, 4E and 7F. RGB value is (41,78,127). Sum of RGB (Red+Green+Blue) = 41+78+127=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #294E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E7F is #D6B180. Grayscale: #484848. Windows color (decimal): -14070145 or 8343081. OLE color: 8343081.

HSL color Cylindrical-coordinate representation of color #294E7F: hue angle of 214.19º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294E7F is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4178127-
CMYK0.680.3900.50
HSL214.19º51.19%32.94%-
HSV(B)214.19º67.72%49.8%-
XYZ7.477.4521.12-
YUV72.52158.74105.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 127 (50% from 255) = 51.63%
R=16.67%
G=31.71%
B=51.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41781270.680.3900.50214.1951.1932.94
Hex294E7F4427032d63321
Octal51116177104470623266341
Binary101001100111011111111000100100111011001011010110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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