Html Css Color HEX #2E4250 Nile Blue

📋 copy color: '#2E4250'

red 46 ◦ green 66 ◦ blue 80

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

Shades of Nile Blue #2E4250

Tints of Nile Blue #2E4250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.67%

R = 23.96%
G = 34.38%
B = 41.67%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E4250 (or 0x2E4250) is known color: Nile Blue. HEX triplet: 2E, 42 and 50. RGB value is (46,66,80). Sum of RGB (Red+Green+Blue) = 46+66+80=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4250 is #D1BDAF. Grayscale: #3D3D3D. Windows color (decimal): -13745584 or 5259822. OLE color: 5259822.

HSL color Cylindrical-coordinate representation of color #2E4250: hue angle of 204.71º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4250 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 66 80 -
CMYK 0.42 0.17 0 0.69
HSL 204.71º 0.27% 0.25% -
HSV(B) 204.71º 0.43% 0.31% -
XYZ 4.52 5.06 8.33 -
YUV 61.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 46 66 80 0.42 0.17 0 0.69 204.71 0.27 0.25
Hex 2E 42 50 2A 11 0 45 CD 1B 19
Octal 56 102 120 52 21 0 105 315 33 31
Binary 101110 1000010 1010000 101010 10001 0 1000101 11001101 11011 11001

Color Harmonies of #2E4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4250

Black with #2E4250

Text Example


Text Example

White with #2E4250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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