Html Css Color HEX #2E414F Nile Blue

📋 copy color: '#2E414F'

red 46 ◦ green 65 ◦ blue 79

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

Shades of Nile Blue #2E414F

Tints of Nile Blue #2E414F

RGB

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

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

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

R = 24.21%
G = 34.21%
B = 41.58%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E414F (or 0x2E414F) is known color: Nile Blue. HEX triplet: 2E, 41 and 4F. RGB value is (46,65,79). Sum of RGB (Red+Green+Blue) = 46+65+79=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E414F is #D1BEB0. Grayscale: #3C3C3C. Windows color (decimal): -13745841 or 5194030. OLE color: 5194030.

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

Color convert

RGB 46 65 79 -
CMYK 0.42 0.18 0 0.69
HSL 205.45º 0.26% 0.25% -
HSV(B) 205.45º 0.42% 0.31% -
XYZ 4.43 4.93 8.11 -
YUV 60.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 46 65 79 0.42 0.18 0 0.69 205.45 0.26 0.25
Hex 2E 41 4F 2A 12 0 45 CD 1A 19
Octal 56 101 117 52 22 0 105 315 32 31
Binary 101110 1000001 1001111 101010 10010 0 1000101 11001101 11010 11001

Color Harmonies of #2E414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E414F

Black with #2E414F

Text Example


Text Example

White with #2E414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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