#2E4453

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

Shades of Nile Blue #2E4453

Tints of Nile Blue #2E4453

Color information

#2E4453 (or 0x2E4453) is unknown color: approx Nile Blue. HEX triplet: 2E, 44 and 53. RGB value is (46,68,83). Sum of RGB (Red+Green+Blue) = 46+68+83=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E4453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4453 is #D1BBAC. Grayscale: #3F3F3F. Windows color (decimal): -13745069 or 5456942. OLE color: 5456942.

HSL color Cylindrical-coordinate representation of color #2E4453: hue angle of 204.32º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E4453 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB466883-
CMYK0.450.1800.67
HSL204.32º28.68%25.29%-
HSV(B)204.32º44.58%32.55%-
XYZ4.765.348.96-
YUV63.13139.21115.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=23.35%
G=34.52%
B=42.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4668830.450.1800.67204.3228.6825.29
Hex2E44532D12043cc1d19
Octal56104123552201033143531
Binary101110100010010100111011011001001000011110011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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