#294053

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

Shades of Nile Blue #294053

Tints of Nile Blue #294053

Color information

#294053 (or 0x294053) is unknown color: approx Nile Blue. HEX triplet: 29, 40 and 53. RGB value is (41,64,83). Sum of RGB (Red+Green+Blue) = 41+64+83=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #294053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294053 is #D6BFAC. Grayscale: #3B3B3B. Windows color (decimal): -14073773 or 5455913. OLE color: 5455913.

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

Color convert

RGB416483-
CMYK0.510.2300.67
HSL207.14º33.87%24.31%-
HSV(B)207.14º50.6%32.55%-
XYZ4.314.768.88-
YUV59.29141.38114.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 83 (32.81% from 255) = 44.15%
R=21.81%
G=34.04%
B=44.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4164830.510.2300.67207.1433.8724.31
Hex2940533317043cf2218
Octal51100123632701033174230
Binary1010011000000101001111001110111010000111100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294053; }

 p { color: rgb(41,64,83); }

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

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

 a { background-color: rgb(41,64,83); }

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

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

 span { border-color: rgb(41,64,83); }

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