#294C7C

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

Shades of St Tropaz #294C7C

Tints of St Tropaz #294C7C

Color information

#294C7C (or 0x294C7C) is unknown color: approx St Tropaz. HEX triplet: 29, 4C and 7C. RGB value is (41,76,124). Sum of RGB (Red+Green+Blue) = 41+76+124=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #294C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C7C is #D6B383. Grayscale: #464646. Windows color (decimal): -14070660 or 8145961. OLE color: 8145961.

HSL color Cylindrical-coordinate representation of color #294C7C: hue angle of 214.7º 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 #294C7C is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4176124-
CMYK0.670.3900.51
HSL214.7º50.3%32.35%-
HSV(B)214.7º66.94%48.63%-
XYZ7.147.120.06-
YUV71.01157.9106.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=17.01%
G=31.54%
B=51.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41761240.670.3900.51214.750.332.35
Hex294C7C4327033d73220
Octal51114174103470633276240
Binary101001100110011111001000011100111011001111010111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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