#2E4250

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

Shades of Nile Blue #2E4250

Tints of Nile Blue #2E4250

Color information

#2E4250 (or 0x2E4250) is unknown color: approx Nile Blue. HEX triplet: 2E, 42 and 50. RGB value is (46,66,80). Sum of RGB (Red+Green+Blue) = 46+66+80=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4250 is #D1BDAF. Grayscale: #3D3D3D. Windows color (decimal): -13745584 or 5259822. OLE color: 5259822.

HSL color Cylindrical-coordinate representation of color #2E4250: hue angle of 204.71º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4250 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB466680-
CMYK0.420.1700.69
HSL204.71º26.98%24.71%-
HSV(B)204.71º42.5%31.37%-
XYZ4.525.068.33-
YUV61.62138.37116.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=23.96%
G=34.38%
B=41.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4666800.420.1700.69204.7126.9824.71
Hex2E42502A11045cd1b19
Octal56102120522101053153331
Binary101110100001010100001010101000101000101110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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