#2B3E4C

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

Shades of Nile Blue #2B3E4C

Tints of Nile Blue #2B3E4C

Color information

#2B3E4C (or 0x2B3E4C) is unknown color: approx Nile Blue. HEX triplet: 2B, 3E and 4C. RGB value is (43,62,76). Sum of RGB (Red+Green+Blue) = 43+62+76=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B3E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3E4C is #D4C1B3. Grayscale: #393939. Windows color (decimal): -13943220 or 4996651. OLE color: 4996651.

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

Color convert

RGB436276-
CMYK0.430.1800.70
HSL205.45º27.73%23.33%-
HSV(B)205.45º43.42%29.8%-
XYZ4.024.487.49-
YUV57.92138.21117.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.76%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=23.76%
G=34.25%
B=41.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4362760.430.1800.70205.4527.7323.33
Hex2B3E4C2B12046cd1c17
Octal5376114532201063153427
Binary10101111111010011001010111001001000110110011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,62,76); }

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

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

 a { background-color: rgb(43,62,76); }

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

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

 span { border-color: rgb(43,62,76); }

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