#2D4855

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

Shades of Teal Blue #2D4855

Tints of Teal Blue #2D4855

Color information

#2D4855 (or 0x2D4855) is unknown color: approx Teal Blue. HEX triplet: 2D, 48 and 55. RGB value is (45,72,85). Sum of RGB (Red+Green+Blue) = 45+72+85=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #2D4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4855 is #D2B7AA. Grayscale: #414141. Windows color (decimal): -13809579 or 5589037. OLE color: 5589037.

HSL color Cylindrical-coordinate representation of color #2D4855: hue angle of 199.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D4855 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB457285-
CMYK0.470.1500.67
HSL199.5º30.77%25.49%-
HSV(B)199.5º47.06%33.33%-
XYZ5.045.859.46-
YUV65.41139.05113.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.28%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=22.28%
G=35.64%
B=42.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4572850.470.1500.67199.530.7725.49
Hex2D48552FF043c81f19
Octal55110125571701033103731
Binary10110110010001010101101111111101000011110010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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