Html Css Color HEX #2E4450 Nile Blue

📋 copy color: '#2E4450'

red 46 ◦ green 68 ◦ blue 80

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

Shades of Nile Blue #2E4450

Tints of Nile Blue #2E4450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

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

R = 23.71%
G = 35.05%
B = 41.24%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E4450 (or 0x2E4450) is known color: Nile Blue. HEX triplet: 2E, 44 and 50. RGB value is (46,68,80). Sum of RGB (Red+Green+Blue) = 46+68+80=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4450 is #D1BBAF. Grayscale: #3E3E3E. Windows color (decimal): -13745072 or 5260334. OLE color: 5260334.

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

Color convert

RGB 46 68 80 -
CMYK 0.42 0.15 0 0.69
HSL 201.18º 0.27% 0.25% -
HSV(B) 201.18º 0.43% 0.31% -
XYZ 4.64 5.29 8.37 -
YUV 62.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 46 68 80 0.42 0.15 0 0.69 201.18 0.27 0.25
Hex 2E 44 50 2A F 0 45 C9 1B 19
Octal 56 104 120 52 17 0 105 311 33 31
Binary 101110 1000100 1010000 101010 1111 0 1000101 11001001 11011 11001

Color Harmonies of #2E4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4450

Black with #2E4450

Text Example


Text Example

White with #2E4450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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