#2B404D

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

Shades of Nile Blue #2B404D

Tints of Nile Blue #2B404D

Color information

#2B404D (or 0x2B404D) is unknown color: approx Nile Blue. HEX triplet: 2B, 40 and 4D. RGB value is (43,64,77). Sum of RGB (Red+Green+Blue) = 43+64+77=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B404D is #D4BFB2. Grayscale: #3B3B3B. Windows color (decimal): -13942707 or 5062699. OLE color: 5062699.

HSL color Cylindrical-coordinate representation of color #2B404D: hue angle of 202.94º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B404D is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB436477-
CMYK0.440.1700.70
HSL202.94º28.33%23.53%-
HSV(B)202.94º44.16%30.2%-
XYZ4.174.727.71-
YUV59.2138.04116.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=23.37%
G=34.78%
B=41.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4364770.440.1700.70202.9428.3323.53
Hex2B404D2C11046cb1c18
Octal53100115542101063133430
Binary101011100000010011011011001000101000110110010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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