Html Css Color HEX #2D464B Teal Blue

📋 copy color: '#2D464B'

red 45 ◦ green 70 ◦ blue 75

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

Shades of Teal Blue #2D464B

Tints of Teal Blue #2D464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.84%

 BLUE value IS 75 (29.69% from 255) = 39.47%

R = 23.68%
G = 36.84%
B = 39.47%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2D464B (or 0x2D464B) is known color: Teal Blue. HEX triplet: 2D, 46 and 4B. RGB value is (45,70,75). Sum of RGB (Red+Green+Blue) = 45+70+75=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D464B is #D2B9B4. Grayscale: #3F3F3F. Windows color (decimal): -13810101 or 4933165. OLE color: 4933165.

HSL color Cylindrical-coordinate representation of color #2D464B: hue angle of 190º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D464B is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 70 75 -
CMYK 0.40 0.07 0 0.71
HSL 190º 0.25% 0.24% -
HSV(B) 190º 0.4% 0.29% -
XYZ 4.54 5.45 7.47 -
YUV 63.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 45 70 75 0.40 0.07 0 0.71 190 0.25 0.24
Hex 2D 46 4B 28 7 0 47 BE 19 18
Octal 55 106 113 50 7 0 107 276 31 30
Binary 101101 1000110 1001011 101000 111 0 1000111 10111110 11001 11000

Color Harmonies of #2D464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D464B

Black with #2D464B

Text Example


Text Example

White with #2D464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,70,75); }

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

background-color css

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

 a { background-color: rgb(45,70,75); }

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

border-color css

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

 span { border-color: rgb(45,70,75); }

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