#2E4450

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

Shades of Nile Blue #2E4450

Tints of Nile Blue #2E4450

Color information

#2E4450 (or 0x2E4450) is unknown color: approx Nile Blue. HEX triplet: 2E, 44 and 50. RGB value is (46,68,80). Sum of RGB (Red+Green+Blue) = 46+68+80=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4450 is #D1BBAF. Grayscale: #3E3E3E. Windows color (decimal): -13745072 or 5260334. OLE color: 5260334.

HSL color Cylindrical-coordinate representation of color #2E4450: hue angle of 201.18º 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 #2E4450 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB466880-
CMYK0.420.1500.69
HSL201.18º26.98%24.71%-
HSV(B)201.18º42.5%31.37%-
XYZ4.645.298.37-
YUV62.79137.71116.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=23.71%
G=35.05%
B=41.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4668800.420.1500.69201.1826.9824.71
Hex2E44502AF045c91b19
Octal56104120521701053113331
Binary10111010001001010000101010111101000101110010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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