#293C4C

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

Shades of Nile Blue #293C4C

Tints of Nile Blue #293C4C

Color information

#293C4C (or 0x293C4C) is unknown color: approx Nile Blue. HEX triplet: 29, 3C and 4C. RGB value is (41,60,76). Sum of RGB (Red+Green+Blue) = 41+60+76=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #293C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C4C is #D6C3B3. Grayscale: #383838. Windows color (decimal): -14074804 or 4996137. OLE color: 4996137.

HSL color Cylindrical-coordinate representation of color #293C4C: hue angle of 207.43º 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 #293C4C is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB416076-
CMYK0.460.2100.70
HSL207.43º29.91%22.94%-
HSV(B)207.43º46.05%29.8%-
XYZ3.834.227.45-
YUV56.14139.21117.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=23.16%
G=33.90%
B=42.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4160760.460.2100.70207.4329.9122.94
Hex293C4C2E15046cf1e17
Octal5174114562501063173627
Binary10100111110010011001011101010101000110110011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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