Html Css Color HEX #2E535C Teal Blue

📋 copy color: '#2E535C'

red 46 ◦ green 83 ◦ blue 92

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

Shades of Teal Blue #2E535C

Tints of Teal Blue #2E535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 20.81%
G = 37.56%
B = 41.63%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E535C (or 0x2E535C) is known color: Teal Blue. HEX triplet: 2E, 53 and 5C. RGB value is (46,83,92). Sum of RGB (Red+Green+Blue) = 46+83+92=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E535C is #D1ACA3. Grayscale: #484848. Windows color (decimal): -13741220 or 6050606. OLE color: 6050606.

HSL color Cylindrical-coordinate representation of color #2E535C: hue angle of 191.74º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E535C is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 83 92 -
CMYK 0.50 0.10 0 0.64
HSL 191.74º 0.33% 0.27% -
HSV(B) 191.74º 0.5% 0.36% -
XYZ 6.15 7.54 11.26 -
YUV 72.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 46 83 92 0.50 0.10 0 0.64 191.74 0.33 0.27
Hex 2E 53 5C 32 A 0 40 C0 21 1B
Octal 56 123 134 62 12 0 100 300 41 33
Binary 101110 1010011 1011100 110010 1010 0 1000000 11000000 100001 11011

Color Harmonies of #2E535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E535C

Black with #2E535C

Text Example


Text Example

White with #2E535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,83,92); }

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

background-color css

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

 a { background-color: rgb(46,83,92); }

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

border-color css

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

 span { border-color: rgb(46,83,92); }

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