#2C4854

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

Shades of Teal Blue #2C4854

Tints of Teal Blue #2C4854

Color information

#2C4854 (or 0x2C4854) is unknown color: approx Teal Blue. HEX triplet: 2C, 48 and 54. RGB value is (44,72,84). Sum of RGB (Red+Green+Blue) = 44+72+84=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #2C4854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4854 is #D3B7AB. Grayscale: #404040. Windows color (decimal): -13875116 or 5523500. OLE color: 5523500.

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

Color convert

RGB447284-
CMYK0.480.1400.67
HSL198º31.25%25.1%-
HSV(B)198º47.62%32.94%-
XYZ4.965.819.25-
YUV65138.72113.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 84 (33.20% from 255) = 42%
R=22%
G=36%
B=42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4472840.480.1400.6719831.2525.1
Hex2C485430E043c61f19
Octal54110124601601033063731
Binary10110010010001010100110000111001000011110001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,72,84); }

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

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

 a { background-color: rgb(44,72,84); }

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

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

 span { border-color: rgb(44,72,84); }

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