Html Css Color HEX #2E424F Nile Blue

📋 copy color: '#2E424F'

red 46 ◦ green 66 ◦ blue 79

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

Shades of Nile Blue #2E424F

Tints of Nile Blue #2E424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.55%

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 24.08%
G = 34.55%
B = 41.36%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E424F (or 0x2E424F) is known color: Nile Blue. HEX triplet: 2E, 42 and 4F. RGB value is (46,66,79). Sum of RGB (Red+Green+Blue) = 46+66+79=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E424F is #D1BDB0. Grayscale: #3D3D3D. Windows color (decimal): -13745585 or 5194286. OLE color: 5194286.

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

Color convert

RGB 46 66 79 -
CMYK 0.42 0.16 0 0.69
HSL 203.64º 0.26% 0.25% -
HSV(B) 203.64º 0.42% 0.31% -
XYZ 4.49 5.04 8.13 -
YUV 61.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 46 66 79 0.42 0.16 0 0.69 203.64 0.26 0.25
Hex 2E 42 4F 2A 10 0 45 CC 1A 19
Octal 56 102 117 52 20 0 105 314 32 31
Binary 101110 1000010 1001111 101010 10000 0 1000101 11001100 11010 11001

Color Harmonies of #2E424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E424F

Black with #2E424F

Text Example


Text Example

White with #2E424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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