#293F4D

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

Shades of Nile Blue #293F4D

Tints of Nile Blue #293F4D

Color information

#293F4D (or 0x293F4D) is unknown color: approx Nile Blue. HEX triplet: 29, 3F and 4D. RGB value is (41,63,77). Sum of RGB (Red+Green+Blue) = 41+63+77=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #293F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F4D is #D6C0B2. Grayscale: #393939. Windows color (decimal): -14074035 or 5062441. OLE color: 5062441.

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

Color convert

RGB416377-
CMYK0.470.1800.70
HSL203.33º30.51%23.14%-
HSV(B)203.33º46.75%30.2%-
XYZ4.034.567.69-
YUV58.02138.71115.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 63 (25% from 255) = 34.81%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=22.65%
G=34.81%
B=42.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4163770.470.1800.70203.3330.5123.14
Hex293F4D2F12046cb1f17
Octal5177115572201063133727
Binary10100111111110011011011111001001000110110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,63,77); }

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

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

 a { background-color: rgb(41,63,77); }

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

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

 span { border-color: rgb(41,63,77); }

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