Html Css Color HEX #2E4D58 Teal Blue

📋 copy color: '#2E4D58'

red 46 ◦ green 77 ◦ blue 88

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

Shades of Teal Blue #2E4D58

Tints of Teal Blue #2E4D58

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.49%

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 21.8%
G = 36.49%
B = 41.71%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E4D58 (or 0x2E4D58) is known color: Teal Blue. HEX triplet: 2E, 4D and 58. RGB value is (46,77,88). Sum of RGB (Red+Green+Blue) = 46+77+88=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E4D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4D58 is #D1B2A7. Grayscale: #444444. Windows color (decimal): -13742760 or 5786926. OLE color: 5786926.

HSL color Cylindrical-coordinate representation of color #2E4D58: hue angle of 195.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4D58 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 77 88 -
CMYK 0.48 0.12 0 0.65
HSL 195.71º 0.31% 0.26% -
HSV(B) 195.71º 0.48% 0.35% -
XYZ 5.54 6.59 10.21 -
YUV 68.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 46 77 88 0.48 0.12 0 0.65 195.71 0.31 0.26
Hex 2E 4D 58 30 C 0 41 C4 1F 1A
Octal 56 115 130 60 14 0 101 304 37 32
Binary 101110 1001101 1011000 110000 1100 0 1000001 11000100 11111 11010

Color Harmonies of #2E4D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4D58

Black with #2E4D58

Text Example


Text Example

White with #2E4D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,77,88); }

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

background-color css

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

 a { background-color: rgb(46,77,88); }

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

border-color css

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

 span { border-color: rgb(46,77,88); }

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