#294B78

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

Shades of St Tropaz #294B78

Tints of St Tropaz #294B78

Color information

#294B78 (or 0x294B78) is unknown color: approx St Tropaz. HEX triplet: 29, 4B and 78. RGB value is (41,75,120). Sum of RGB (Red+Green+Blue) = 41+75+120=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #294B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B78 is #D6B487. Grayscale: #454545. Windows color (decimal): -14070920 or 7883561. OLE color: 7883561.

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

Color convert

RGB4175120-
CMYK0.660.3700.53
HSL214.18º49.07%31.57%-
HSV(B)214.18º65.83%47.06%-
XYZ6.826.8618.73-
YUV69.96156.24107.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=17.37%
G=31.78%
B=50.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41751200.660.3700.53214.1849.0731.57
Hex294B784225035d63120
Octal51113170102450653266140
Binary101001100101111110001000010100101011010111010110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,75,120); }

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

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

 a { background-color: rgb(41,75,120); }

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

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

 span { border-color: rgb(41,75,120); }

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