Html Css Color HEX #2E4952 Teal Blue

📋 copy color: '#2E4952'

red 46 ◦ green 73 ◦ blue 82

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

Shades of Teal Blue #2E4952

Tints of Teal Blue #2E4952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 82 (32.42% from 255) = 40.8%

R = 22.89%
G = 36.32%
B = 40.8%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2E4952 (or 0x2E4952) is known color: Teal Blue. HEX triplet: 2E, 49 and 52. RGB value is (46,73,82). Sum of RGB (Red+Green+Blue) = 46+73+82=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #2E4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4952 is #D1B6AD. Grayscale: #414141. Windows color (decimal): -13743790 or 5392686. OLE color: 5392686.

HSL color Cylindrical-coordinate representation of color #2E4952: hue angle of 195º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E4952 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 73 82 -
CMYK 0.44 0.11 0 0.68
HSL 195º 0.28% 0.25% -
HSV(B) 195º 0.44% 0.32% -
XYZ 5.03 5.96 8.87 -
YUV 65.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 46 73 82 0.44 0.11 0 0.68 195 0.28 0.25
Hex 2E 49 52 2C B 0 44 C3 1C 19
Octal 56 111 122 54 13 0 104 303 34 31
Binary 101110 1001001 1010010 101100 1011 0 1000100 11000011 11100 11001

Color Harmonies of #2E4952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4952

Black with #2E4952

Text Example


Text Example

White with #2E4952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,82); }

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

background-color css

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

 a { background-color: rgb(46,73,82); }

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

border-color css

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

 span { border-color: rgb(46,73,82); }

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