#294150

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

Shades of Nile Blue #294150

Tints of Nile Blue #294150

Color information

#294150 (or 0x294150) is unknown color: approx Nile Blue. HEX triplet: 29, 41 and 50. RGB value is (41,65,80). Sum of RGB (Red+Green+Blue) = 41+65+80=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #294150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294150 is #D6BEAF. Grayscale: #3B3B3B. Windows color (decimal): -14073520 or 5259561. OLE color: 5259561.

HSL color Cylindrical-coordinate representation of color #294150: hue angle of 203.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294150 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB416580-
CMYK0.490.1900.69
HSL203.08º32.23%23.73%-
HSV(B)203.08º48.75%31.37%-
XYZ4.254.838.3-
YUV59.53139.55114.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=22.04%
G=34.95%
B=43.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4165800.490.1900.69203.0832.2323.73
Hex2941503113045cb2018
Octal51101120612301053134030
Binary1010011000001101000011000110011010001011100101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294150; }

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

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

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

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

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

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

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

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