#2E434F

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

Shades of Nile Blue #2E434F

Tints of Nile Blue #2E434F

Color information

#2E434F (or 0x2E434F) is unknown color: approx Nile Blue. HEX triplet: 2E, 43 and 4F. RGB value is (46,67,79). Sum of RGB (Red+Green+Blue) = 46+67+79=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E434F is #D1BCB0. Grayscale: #3E3E3E. Windows color (decimal): -13745329 or 5194542. OLE color: 5194542.

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

Color convert

RGB466779-
CMYK0.420.1500.69
HSL201.82º26.4%24.51%-
HSV(B)201.82º41.77%30.98%-
XYZ4.555.168.15-
YUV62.09137.54116.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=23.96%
G=34.90%
B=41.15%

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
Decimal4667790.420.1500.69201.8226.424.51
Hex2E434F2AF045ca1a19
Octal56103117521701053123231
Binary10111010000111001111101010111101000101110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,67,79); }

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

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

 a { background-color: rgb(46,67,79); }

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

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

 span { border-color: rgb(46,67,79); }

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