#293F4B

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

Shades of Nile Blue #293F4B

Tints of Nile Blue #293F4B

Color information

#293F4B (or 0x293F4B) is unknown color: approx Nile Blue. HEX triplet: 29, 3F and 4B. RGB value is (41,63,75). Sum of RGB (Red+Green+Blue) = 41+63+75=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #293F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F4B is #D6C0B4. Grayscale: #393939. Windows color (decimal): -14074037 or 4931369. OLE color: 4931369.

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

Color convert

RGB416375-
CMYK0.450.1600.71
HSL201.18º29.31%22.75%-
HSV(B)201.18º45.33%29.41%-
XYZ3.964.537.32-
YUV57.79137.71116.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 63 (25% from 255) = 35.20%
BLUE value IS 75 (29.69% from 255) = 41.90%
R=22.91%
G=35.20%
B=41.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4163750.450.1600.71201.1829.3122.75
Hex293F4B2D10047c91d17
Octal5177113552001073113527
Binary10100111111110010111011011000001000111110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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