#2D727B

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

Shades of Atoll #2D727B

Tints of Atoll #2D727B

Color information

#2D727B (or 0x2D727B) is unknown color: approx Atoll. HEX triplet: 2D, 72 and 7B. RGB value is (45,114,123). Sum of RGB (Red+Green+Blue) = 45+114+123=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D727B is #D28D84. Grayscale: #5E5E5E. Windows color (decimal): -13798789 or 8090157. OLE color: 8090157.

HSL color Cylindrical-coordinate representation of color #2D727B: hue angle of 186.92º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D727B is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB45114123-
CMYK0.630.0700.52
HSL186.92º46.43%32.94%-
HSV(B)186.92º63.41%48.24%-
XYZ10.6714.0220.88-
YUV94.4144.1492.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.96%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=15.96%
G=40.43%
B=43.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal451141230.630.0700.52186.9246.4332.94
Hex2D727B3F7034bb2e21
Octal551621737770642735641
Binary10110111100101111011111111111011010010111011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,114,123); }

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

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

 a { background-color: rgb(45,114,123); }

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

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

 span { border-color: rgb(45,114,123); }

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