#293D4C

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

Shades of Nile Blue #293D4C

Tints of Nile Blue #293D4C

Color information

#293D4C (or 0x293D4C) is unknown color: approx Nile Blue. HEX triplet: 29, 3D and 4C. RGB value is (41,61,76). Sum of RGB (Red+Green+Blue) = 41+61+76=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #293D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D4C is #D6C2B3. Grayscale: #383838. Windows color (decimal): -14074548 or 4996393. OLE color: 4996393.

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

Color convert

RGB416176-
CMYK0.460.2000.70
HSL205.71º29.91%22.94%-
HSV(B)205.71º46.05%29.8%-
XYZ3.894.337.47-
YUV56.73138.87116.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=23.03%
G=34.27%
B=42.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4161760.460.2000.70205.7129.9122.94
Hex293D4C2E14046ce1e17
Octal5175114562401063163627
Binary10100111110110011001011101010001000110110011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,61,76); }

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

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

 a { background-color: rgb(41,61,76); }

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

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

 span { border-color: rgb(41,61,76); }

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