#2B4250

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

Shades of Nile Blue #2B4250

Tints of Nile Blue #2B4250

Color information

#2B4250 (or 0x2B4250) is unknown color: approx Nile Blue. HEX triplet: 2B, 42 and 50. RGB value is (43,66,80). Sum of RGB (Red+Green+Blue) = 43+66+80=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4250 is #D4BDAF. Grayscale: #3C3C3C. Windows color (decimal): -13942192 or 5259819. OLE color: 5259819.

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

Color convert

RGB436680-
CMYK0.460.1700.69
HSL202.7º30.08%24.12%-
HSV(B)202.7º46.25%31.37%-
XYZ4.394.998.32-
YUV60.72138.88115.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=22.75%
G=34.92%
B=42.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4366800.460.1700.69202.730.0824.12
Hex2B42502E11045cb1e18
Octal53102120562101053133630
Binary101011100001010100001011101000101000101110010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,80); }

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

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

 a { background-color: rgb(43,66,80); }

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

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

 span { border-color: rgb(43,66,80); }

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