Html Css Color HEX #2E4351 Nile Blue

📋 copy color: '#2E4351'

red 46 ◦ green 67 ◦ blue 81

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

Shades of Nile Blue #2E4351

Tints of Nile Blue #2E4351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.54%

 BLUE value IS 81 (32.03% from 255) = 41.75%

R = 23.71%
G = 34.54%
B = 41.75%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2E4351 (or 0x2E4351) is known color: Nile Blue. HEX triplet: 2E, 43 and 51. RGB value is (46,67,81). Sum of RGB (Red+Green+Blue) = 46+67+81=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E4351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4351 is #D1BCAE. Grayscale: #3E3E3E. Windows color (decimal): -13745327 or 5325614. OLE color: 5325614.

HSL color Cylindrical-coordinate representation of color #2E4351: hue angle of 204º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4351 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 67 81 -
CMYK 0.43 0.17 0 0.68
HSL 204º 0.28% 0.25% -
HSV(B) 204º 0.43% 0.32% -
XYZ 4.62 5.19 8.54 -
YUV 62.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 46 67 81 0.43 0.17 0 0.68 204 0.28 0.25
Hex 2E 43 51 2B 11 0 44 CC 1C 19
Octal 56 103 121 53 21 0 104 314 34 31
Binary 101110 1000011 1010001 101011 10001 0 1000100 11001100 11100 11001

Color Harmonies of #2E4351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4351

Black with #2E4351

Text Example


Text Example

White with #2E4351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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