Html Css Color HEX #2E4150 Nile Blue

📋 copy color: '#2E4150'

red 46 ◦ green 65 ◦ blue 80

#2E4150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #2E4150

Tints of Nile Blue #2E4150

RGB

 RED value IS 46 (18.36% from 255) = 24.08%

 GREEN value IS 65 (25.78% from 255) = 34.03%

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 24.08%
G = 34.03%
B = 41.88%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E4150 (or 0x2E4150) is known color: Nile Blue. HEX triplet: 2E, 41 and 50. RGB value is (46,65,80). Sum of RGB (Red+Green+Blue) = 46+65+80=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4150 is #D1BEAF. Grayscale: #3C3C3C. Windows color (decimal): -13745840 or 5259566. OLE color: 5259566.

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

Color convert

RGB 46 65 80 -
CMYK 0.42 0.19 0 0.69
HSL 206.47º 0.27% 0.25% -
HSV(B) 206.47º 0.43% 0.31% -
XYZ 4.46 4.94 8.31 -
YUV 61.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 46 65 80 0.42 0.19 0 0.69 206.47 0.27 0.25
Hex 2E 41 50 2A 13 0 45 CE 1B 19
Octal 56 101 120 52 23 0 105 316 33 31
Binary 101110 1000001 1010000 101010 10011 0 1000101 11001110 11011 11001

Color Harmonies of #2E4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4150

Black with #2E4150

Text Example


Text Example

White with #2E4150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E4150;
 }
 .AnyTagClassName
 {
   color: #2E4150;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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