#294153

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

Shades of Nile Blue #294153

Tints of Nile Blue #294153

Color information

#294153 (or 0x294153) is unknown color: approx Nile Blue. HEX triplet: 29, 41 and 53. RGB value is (41,65,83). Sum of RGB (Red+Green+Blue) = 41+65+83=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #294153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294153 is #D6BEAC. Grayscale: #3B3B3B. Windows color (decimal): -14073517 or 5456169. OLE color: 5456169.

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

Color convert

RGB416583-
CMYK0.510.2200.67
HSL205.71º33.87%24.31%-
HSV(B)205.71º50.6%32.55%-
XYZ4.374.888.89-
YUV59.88141.05114.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=21.69%
G=34.39%
B=43.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4165830.510.2200.67205.7133.8724.31
Hex2941533316043ce2218
Octal51101123632601033164230
Binary1010011000001101001111001110110010000111100111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294153; }

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

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

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

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

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

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

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

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