#293D4B

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

Shades of Nile Blue #293D4B

Tints of Nile Blue #293D4B

Color information

#293D4B (or 0x293D4B) is unknown color: approx Nile Blue. HEX triplet: 29, 3D and 4B. RGB value is (41,61,75). Sum of RGB (Red+Green+Blue) = 41+61+75=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #293D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D4B is #D6C2B4. Grayscale: #383838. Windows color (decimal): -14074549 or 4930857. OLE color: 4930857.

HSL color Cylindrical-coordinate representation of color #293D4B: hue angle of 204.71º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #293D4B is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB416175-
CMYK0.450.1900.71
HSL204.71º29.31%22.75%-
HSV(B)204.71º45.33%29.41%-
XYZ3.854.327.29-
YUV56.62138.37116.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 61 (24.22% from 255) = 34.46%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=23.16%
G=34.46%
B=42.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4161750.450.1900.71204.7129.3122.75
Hex293D4B2D13047cd1d17
Octal5175113552301073153527
Binary10100111110110010111011011001101000111110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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