#294253

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

Shades of Nile Blue #294253

Tints of Nile Blue #294253

Color information

#294253 (or 0x294253) is unknown color: approx Nile Blue. HEX triplet: 29, 42 and 53. RGB value is (41,66,83). Sum of RGB (Red+Green+Blue) = 41+66+83=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #294253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294253 is #D6BDAC. Grayscale: #3C3C3C. Windows color (decimal): -14073261 or 5456425. OLE color: 5456425.

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

Color convert

RGB416683-
CMYK0.510.2000.67
HSL204.29º33.87%24.31%-
HSV(B)204.29º50.6%32.55%-
XYZ4.424.998.91-
YUV60.46140.72114.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=21.58%
G=34.74%
B=43.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4166830.510.2000.67204.2933.8724.31
Hex2942533314043cc2218
Octal51102123632401033144230
Binary1010011000010101001111001110100010000111100110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294253; }

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

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

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

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

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

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

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

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