#2C4855

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

Shades of Teal Blue #2C4855

Tints of Teal Blue #2C4855

Color information

#2C4855 (or 0x2C4855) is unknown color: approx Teal Blue. HEX triplet: 2C, 48 and 55. RGB value is (44,72,85). Sum of RGB (Red+Green+Blue) = 44+72+85=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #2C4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4855 is #D3B7AA. Grayscale: #414141. Windows color (decimal): -13875115 or 5589036. OLE color: 5589036.

HSL color Cylindrical-coordinate representation of color #2C4855: hue angle of 199.02º degrees, saturation: 0.32, 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 #2C4855 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB447285-
CMYK0.480.1500.67
HSL199.02º31.78%25.29%-
HSV(B)199.02º48.24%33.33%-
XYZ55.839.46-
YUV65.11139.22112.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.89%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=21.89%
G=35.82%
B=42.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4472850.480.1500.67199.0231.7825.29
Hex2C485530F043c72019
Octal54110125601701033074031
Binary101100100100010101011100001111010000111100011110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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