#294452

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

Shades of Nile Blue #294452

Tints of Nile Blue #294452

Color information

#294452 (or 0x294452) is unknown color: approx Nile Blue. HEX triplet: 29, 44 and 52. RGB value is (41,68,82). Sum of RGB (Red+Green+Blue) = 41+68+82=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #294452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294452 is #D6BBAD. Grayscale: #3D3D3D. Windows color (decimal): -14072750 or 5391401. OLE color: 5391401.

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

Color convert

RGB416882-
CMYK0.500.1700.68
HSL200.49º33.33%24.12%-
HSV(B)200.49º50%32.16%-
XYZ4.55.218.75-
YUV61.52139.55113.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=21.47%
G=35.60%
B=42.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4168820.500.1700.68200.4933.3324.12
Hex2944523211044c82118
Octal51104122622101043104130
Binary1010011000100101001011001010001010001001100100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294452; }

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

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

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

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

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

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

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

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