#293A4B

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

Shades of Nile Blue #293A4B

Tints of Nile Blue #293A4B

Color information

#293A4B (or 0x293A4B) is unknown color: approx Nile Blue. HEX triplet: 29, 3A and 4B. RGB value is (41,58,75). Sum of RGB (Red+Green+Blue) = 41+58+75=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #293A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A4B is #D6C5B4. Grayscale: #363636. Windows color (decimal): -14075317 or 4930089. OLE color: 4930089.

HSL color Cylindrical-coordinate representation of color #293A4B: hue angle of 210º 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 #293A4B is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB415875-
CMYK0.450.2300.71
HSL210º29.31%22.75%-
HSV(B)210º45.33%29.41%-
XYZ3.74.017.23-
YUV54.86139.37118.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 43.10%
R=23.56%
G=33.33%
B=43.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4158750.450.2300.7121029.3122.75
Hex293A4B2D17047d21d17
Octal5172113552701073223527
Binary10100111101010010111011011011101000111110100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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