#294454

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

Shades of Nile Blue #294454

Tints of Nile Blue #294454

Color information

#294454 (or 0x294454) is unknown color: approx Nile Blue. HEX triplet: 29, 44 and 54. RGB value is (41,68,84). Sum of RGB (Red+Green+Blue) = 41+68+84=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #294454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294454 is #D6BBAB. Grayscale: #3D3D3D. Windows color (decimal): -14072748 or 5522473. OLE color: 5522473.

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

Color convert

RGB416884-
CMYK0.510.1900.67
HSL202.33º34.4%24.51%-
HSV(B)202.33º51.19%32.94%-
XYZ4.585.259.16-
YUV61.75140.55113.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=21.24%
G=35.23%
B=43.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4168840.510.1900.67202.3334.424.51
Hex2944543313043ca2219
Octal51104124632301033124231
Binary1010011000100101010011001110011010000111100101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294454; }

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

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

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

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

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

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

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

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