#294154

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

Shades of Nile Blue #294154

Tints of Nile Blue #294154

Color information

#294154 (or 0x294154) is unknown color: approx Nile Blue. HEX triplet: 29, 41 and 54. RGB value is (41,65,84). Sum of RGB (Red+Green+Blue) = 41+65+84=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #294154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294154 is #D6BEAB. Grayscale: #3B3B3B. Windows color (decimal): -14073516 or 5521705. OLE color: 5521705.

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

Color convert

RGB416584-
CMYK0.510.2300.67
HSL206.51º34.4%24.51%-
HSV(B)206.51º51.19%32.94%-
XYZ4.44.899.1-
YUV59.99141.55114.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=21.58%
G=34.21%
B=44.21%

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
Decimal4165840.510.2300.67206.5134.424.51
Hex2941543317043cf2219
Octal51101124632701033174231
Binary1010011000001101010011001110111010000111100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294154; }

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

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

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

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

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

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

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

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