#293E4E

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

Shades of Nile Blue #293E4E

Tints of Nile Blue #293E4E

Color information

#293E4E (or 0x293E4E) is unknown color: approx Nile Blue. HEX triplet: 29, 3E and 4E. RGB value is (41,62,78). Sum of RGB (Red+Green+Blue) = 41+62+78=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #293E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E4E is #D6C1B1. Grayscale: #393939. Windows color (decimal): -14074290 or 5127721. OLE color: 5127721.

HSL color Cylindrical-coordinate representation of color #293E4E: hue angle of 205.95º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #293E4E is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB416278-
CMYK0.470.2100.69
HSL205.95º31.09%23.33%-
HSV(B)205.95º47.44%30.59%-
XYZ4.014.477.86-
YUV57.54139.54116.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=22.65%
G=34.25%
B=43.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4162780.470.2100.69205.9531.0923.33
Hex293E4E2F15045ce1f17
Octal5176116572501053163727
Binary10100111111010011101011111010101000101110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293E4E; }

 p { color: rgb(41,62,78); }

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

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

 a { background-color: rgb(41,62,78); }

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

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

 span { border-color: rgb(41,62,78); }

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