Html Css Color HEX #2E414E Nile Blue

📋 copy color: '#2E414E'

red 46 ◦ green 65 ◦ blue 78

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

Shades of Nile Blue #2E414E

Tints of Nile Blue #2E414E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.27%

R = 24.34%
G = 34.39%
B = 41.27%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E414E (or 0x2E414E) is known color: Nile Blue. HEX triplet: 2E, 41 and 4E. RGB value is (46,65,78). Sum of RGB (Red+Green+Blue) = 46+65+78=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E414E is #D1BEB1. Grayscale: #3C3C3C. Windows color (decimal): -13745842 or 5128494. OLE color: 5128494.

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

Color convert

RGB 46 65 78 -
CMYK 0.41 0.17 0 0.69
HSL 204.38º 0.26% 0.24% -
HSV(B) 204.38º 0.41% 0.31% -
XYZ 4.39 4.91 7.92 -
YUV 60.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 46 65 78 0.41 0.17 0 0.69 204.38 0.26 0.24
Hex 2E 41 4E 29 11 0 45 CC 1A 18
Octal 56 101 116 51 21 0 105 314 32 30
Binary 101110 1000001 1001110 101001 10001 0 1000101 11001100 11010 11000

Color Harmonies of #2E414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E414E

Black with #2E414E

Text Example


Text Example

White with #2E414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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