#2B4852

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

Shades of Teal Blue #2B4852

Tints of Teal Blue #2B4852

Color information

#2B4852 (or 0x2B4852) is unknown color: approx Teal Blue. HEX triplet: 2B, 48 and 52. RGB value is (43,72,82). Sum of RGB (Red+Green+Blue) = 43+72+82=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B4852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4852 is #D4B7AD. Grayscale: #404040. Windows color (decimal): -13940654 or 5392427. OLE color: 5392427.

HSL color Cylindrical-coordinate representation of color #2B4852: hue angle of 195.38º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B4852 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB437282-
CMYK0.480.1200.68
HSL195.38º31.2%24.51%-
HSV(B)195.38º47.56%32.16%-
XYZ4.845.768.84-
YUV64.47137.89112.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=21.83%
G=36.55%
B=41.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4372820.480.1200.68195.3831.224.51
Hex2B485230C044c31f19
Octal53110122601401043033731
Binary10101110010001010010110000110001000100110000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,72,82); }

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

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

 a { background-color: rgb(43,72,82); }

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

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

 span { border-color: rgb(43,72,82); }

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