#2B404B

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

Shades of Nile Blue #2B404B

Tints of Nile Blue #2B404B

Color information

#2B404B (or 0x2B404B) is unknown color: approx Nile Blue. HEX triplet: 2B, 40 and 4B. RGB value is (43,64,75). Sum of RGB (Red+Green+Blue) = 43+64+75=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B404B is #D4BFB4. Grayscale: #3A3A3A. Windows color (decimal): -13942709 or 4931627. OLE color: 4931627.

HSL color Cylindrical-coordinate representation of color #2B404B: hue angle of 200.62º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B404B is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB436475-
CMYK0.430.1500.71
HSL200.62º27.12%23.14%-
HSV(B)200.62º42.67%29.41%-
XYZ4.14.697.35-
YUV58.97137.04116.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.63%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=23.63%
G=35.16%
B=41.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4364750.430.1500.71200.6227.1223.14
Hex2B404B2BF047c91b17
Octal53100113531701073113327
Binary10101110000001001011101011111101000111110010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B404B; }

 p { color: rgb(43,64,75); }

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

<style>
 a { background-color: #2B404B; }

 a { background-color: rgb(43,64,75); }

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

<style>
 span { border-color: #2B404B; }

 span { border-color: rgb(43,64,75); }

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