#2D535C

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

Shades of Teal Blue #2D535C

Tints of Teal Blue #2D535C

Color information

#2D535C (or 0x2D535C) is unknown color: approx Teal Blue. HEX triplet: 2D, 53 and 5C. RGB value is (45,83,92). Sum of RGB (Red+Green+Blue) = 45+83+92=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D535C is #D2ACA3. Grayscale: #484848. Windows color (decimal): -13806756 or 6050605. OLE color: 6050605.

HSL color Cylindrical-coordinate representation of color #2D535C: hue angle of 191.49º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D535C is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB458392-
CMYK0.510.1000.64
HSL191.49º34.31%26.86%-
HSV(B)191.49º51.09%36.08%-
XYZ6.117.5211.25-
YUV72.66138.91108.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.45%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=20.45%
G=37.73%
B=41.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4583920.510.1000.64191.4934.3126.86
Hex2D535C33A040bf221b
Octal55123134631201002774233
Binary101101101001110111001100111010010000001011111110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,83,92); }

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

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

 a { background-color: rgb(45,83,92); }

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

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

 span { border-color: rgb(45,83,92); }

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