Html Css Color HEX #2E434E Nile Blue

📋 copy color: '#2E434E'

red 46 ◦ green 67 ◦ blue 78

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

Shades of Nile Blue #2E434E

Tints of Nile Blue #2E434E

RGB

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

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

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

R = 24.08%
G = 35.08%
B = 40.84%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E434E (or 0x2E434E) is known color: Nile Blue. HEX triplet: 2E, 43 and 4E. RGB value is (46,67,78). Sum of RGB (Red+Green+Blue) = 46+67+78=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E434E is #D1BCB1. Grayscale: #3D3D3D. Windows color (decimal): -13745330 or 5129006. OLE color: 5129006.

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

Color convert

RGB 46 67 78 -
CMYK 0.41 0.14 0 0.69
HSL 200.63º 0.26% 0.24% -
HSV(B) 200.63º 0.41% 0.31% -
XYZ 4.51 5.15 7.96 -
YUV 61.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 46 67 78 0.41 0.14 0 0.69 200.63 0.26 0.24
Hex 2E 43 4E 29 E 0 45 C9 1A 18
Octal 56 103 116 51 16 0 105 311 32 30
Binary 101110 1000011 1001110 101001 1110 0 1000101 11001001 11010 11000

Color Harmonies of #2E434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E434E

Black with #2E434E

Text Example


Text Example

White with #2E434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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