#294554

Color #294554 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #294554

Tints of Teal Blue #294554

Color information

#294554 (or 0x294554) is unknown color: approx Teal Blue. HEX triplet: 29, 45 and 54. RGB value is (41,69,84). Sum of RGB (Red+Green+Blue) = 41+69+84=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #294554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294554 is #D6BAAB. Grayscale: #3E3E3E. Windows color (decimal): -14072492 or 5522729. OLE color: 5522729.

HSL color Cylindrical-coordinate representation of color #294554: hue angle of 200.93º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294554 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB416984-
CMYK0.510.1800.67
HSL200.93º34.4%24.51%-
HSV(B)200.93º51.19%32.94%-
XYZ4.645.379.18-
YUV62.34140.22112.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 84 (33.20% from 255) = 43.30%
R=21.13%
G=35.57%
B=43.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4169840.510.1800.67200.9334.424.51
Hex2945543312043c92219
Octal51105124632201033114231
Binary1010011000101101010011001110010010000111100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294554; }

 p { color: rgb(41,69,84); }

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

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

 a { background-color: rgb(41,69,84); }

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

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

 span { border-color: rgb(41,69,84); }

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