#2C717D

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

Shades of Atoll #2C717D

Tints of Atoll #2C717D

Color information

#2C717D (or 0x2C717D) is unknown color: approx Atoll. HEX triplet: 2C, 71 and 7D. RGB value is (44,113,125). Sum of RGB (Red+Green+Blue) = 44+113+125=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C717D is #D38E82. Grayscale: #5D5D5D. Windows color (decimal): -13864579 or 8220972. OLE color: 8220972.

HSL color Cylindrical-coordinate representation of color #2C717D: hue angle of 188.89º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C717D is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB44113125-
CMYK0.650.1000.51
HSL188.89º47.93%33.14%-
HSV(B)188.89º64.8%49.02%-
XYZ10.6513.8321.51-
YUV93.74145.6492.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=15.60%
G=40.07%
B=44.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal441131250.650.1000.51188.8947.9333.14
Hex2C717D41A033bd3021
Octal54161175101120632756041
Binary1011001110001111110110000011010011001110111101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,113,125); }

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

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

 a { background-color: rgb(44,113,125); }

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

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

 span { border-color: rgb(44,113,125); }

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