#294250

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

Shades of Nile Blue #294250

Tints of Nile Blue #294250

Color information

#294250 (or 0x294250) is unknown color: approx Nile Blue. HEX triplet: 29, 42 and 50. RGB value is (41,66,80). Sum of RGB (Red+Green+Blue) = 41+66+80=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #294250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294250 is #D6BDAF. Grayscale: #3C3C3C. Windows color (decimal): -14073264 or 5259817. OLE color: 5259817.

HSL color Cylindrical-coordinate representation of color #294250: hue angle of 201.54º 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 #294250 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB416680-
CMYK0.490.1700.69
HSL201.54º32.23%23.73%-
HSV(B)201.54º48.75%31.37%-
XYZ4.314.958.32-
YUV60.12139.22114.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=21.93%
G=35.29%
B=42.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4166800.490.1700.69201.5432.2323.73
Hex2942503111045ca2018
Octal51102120612101053124030
Binary1010011000010101000011000110001010001011100101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294250; }

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

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

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

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

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

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

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

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