#294252

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

Shades of Nile Blue #294252

Tints of Nile Blue #294252

Color information

#294252 (or 0x294252) is unknown color: approx Nile Blue. HEX triplet: 29, 42 and 52. RGB value is (41,66,82). Sum of RGB (Red+Green+Blue) = 41+66+82=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #294252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294252 is #D6BDAD. Grayscale: #3C3C3C. Windows color (decimal): -14073262 or 5390889. OLE color: 5390889.

HSL color Cylindrical-coordinate representation of color #294252: hue angle of 203.41º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294252 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB416682-
CMYK0.500.2000.68
HSL203.41º33.33%24.12%-
HSV(B)203.41º50%32.16%-
XYZ4.394.988.71-
YUV60.35140.22114.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=21.69%
G=34.92%
B=43.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4166820.500.2000.68203.4133.3324.12
Hex2942523214044cb2118
Octal51102122622401043134130
Binary1010011000010101001011001010100010001001100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294252; }

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

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

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

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

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

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

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

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