#2B535D

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

Shades of Teal Blue #2B535D

Tints of Teal Blue #2B535D

Color information

#2B535D (or 0x2B535D) is unknown color: approx Teal Blue. HEX triplet: 2B, 53 and 5D. RGB value is (43,83,93). Sum of RGB (Red+Green+Blue) = 43+83+93=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B535D is #D4ACA2. Grayscale: #484848. Windows color (decimal): -13937827 or 6116139. OLE color: 6116139.

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

Color convert

RGB438393-
CMYK0.540.1100.64
HSL192º36.76%26.67%-
HSV(B)192º53.76%36.47%-
XYZ6.077.4911.48-
YUV72.18139.75107.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=19.63%
G=37.90%
B=42.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4383930.540.1100.6419236.7626.67
Hex2B535D36B040c0251b
Octal53123135661301003004533
Binary101011101001110111011101101011010000001100000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,93); }

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

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

 a { background-color: rgb(43,83,93); }

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

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

 span { border-color: rgb(43,83,93); }

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