Html Css Color HEX #2D484D Teal Blue

📋 copy color: '#2D484D'

red 45 ◦ green 72 ◦ blue 77

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

Shades of Teal Blue #2D484D

Tints of Teal Blue #2D484D

RGB

 RED value IS 45 (17.97% from 255) = 23.2%

 GREEN value IS 72 (28.52% from 255) = 37.11%

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 23.2%
G = 37.11%
B = 39.69%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2D484D (or 0x2D484D) is known color: Teal Blue. HEX triplet: 2D, 48 and 4D. RGB value is (45,72,77). Sum of RGB (Red+Green+Blue) = 45+72+77=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D484D is #D2B7B2. Grayscale: #404040. Windows color (decimal): -13809587 or 5064749. OLE color: 5064749.

HSL color Cylindrical-coordinate representation of color #2D484D: hue angle of 189.38º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D484D is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 45 72 77 -
CMYK 0.42 0.06 0 0.70
HSL 189.38º 0.26% 0.24% -
HSV(B) 189.38º 0.42% 0.3% -
XYZ 4.74 5.73 7.88 -
YUV 64.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 45 72 77 0.42 0.06 0 0.70 189.38 0.26 0.24
Hex 2D 48 4D 2A 6 0 46 BD 1A 18
Octal 55 110 115 52 6 0 106 275 32 30
Binary 101101 1001000 1001101 101010 110 0 1000110 10111101 11010 11000

Color Harmonies of #2D484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D484D

Black with #2D484D

Text Example


Text Example

White with #2D484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,72,77); }

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

background-color css

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

 a { background-color: rgb(45,72,77); }

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

border-color css

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

 span { border-color: rgb(45,72,77); }

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