#2D4651

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

Shades of Teal Blue #2D4651

Tints of Teal Blue #2D4651

Color information

#2D4651 (or 0x2D4651) is unknown color: approx Teal Blue. HEX triplet: 2D, 46 and 51. RGB value is (45,70,81). Sum of RGB (Red+Green+Blue) = 45+70+81=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #2D4651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4651 is #D2B9AE. Grayscale: #3F3F3F. Windows color (decimal): -13810095 or 5326381. OLE color: 5326381.

HSL color Cylindrical-coordinate representation of color #2D4651: hue angle of 198.33º degrees, saturation: 0.29, 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 #2D4651 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB457081-
CMYK0.440.1400.68
HSL198.33º28.57%24.71%-
HSV(B)198.33º44.44%31.76%-
XYZ4.765.538.6-
YUV63.78137.72114.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.96%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=22.96%
G=35.71%
B=41.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4570810.440.1400.68198.3328.5724.71
Hex2D46512CE044c61d19
Octal55106121541601043063531
Binary10110110001101010001101100111001000100110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D4651;
 }
 .AnyTagClassName
 {
   color: #2D4651;
 }
</style>
background-color css

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

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

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

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

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

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