#2C828D

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

Shades of Atoll #2C828D

Tints of Atoll #2C828D

Color information

#2C828D (or 0x2C828D) is unknown color: approx Atoll. HEX triplet: 2C, 82 and 8D. RGB value is (44,130,141). Sum of RGB (Red+Green+Blue) = 44+130+141=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C828D is #D37D72. Grayscale: #696969. Windows color (decimal): -13860211 or 9273900. OLE color: 9273900.

HSL color Cylindrical-coordinate representation of color #2C828D: hue angle of 186.8º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C828D is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB44130141-
CMYK0.690.0800.45
HSL186.8º52.43%36.27%-
HSV(B)186.8º68.79%55.29%-
XYZ13.8318.4228.03-
YUV105.54148.0184.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.97%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=13.97%
G=41.27%
B=44.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal441301410.690.0800.45186.852.4336.27
Hex2C828D45802Dbb3424
Octal54202215105100552736444
Binary101100100000101000110110001011000010110110111011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,130,141); }

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

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

 a { background-color: rgb(44,130,141); }

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

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

 span { border-color: rgb(44,130,141); }

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