#2D464B

Color #2D464B Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #2D464B

Tints of Teal Blue #2D464B

Color information

#2D464B (or 0x2D464B) is unknown color: approx 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

RGB457075-
CMYK0.400.0700.71
HSL190º25%23.53%-
HSV(B)190º40%29.41%-
XYZ4.545.457.47-
YUV63.1134.72115.09-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4570750.400.0700.711902523.53
Hex2D464B287047be1918
Octal5510611350701072763130
Binary1011011000110100101110100011101000111101111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>