#2F727D

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

Shades of Atoll #2F727D

Tints of Atoll #2F727D

Color information

#2F727D (or 0x2F727D) is unknown color: approx Atoll. HEX triplet: 2F, 72 and 7D. RGB value is (47,114,125). Sum of RGB (Red+Green+Blue) = 47+114+125=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F727D is #D08D82. Grayscale: #5F5F5F. Windows color (decimal): -13667715 or 8221231. OLE color: 8221231.

HSL color Cylindrical-coordinate representation of color #2F727D: hue angle of 188.46º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F727D is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB47114125-
CMYK0.620.0900.51
HSL188.46º45.35%33.73%-
HSV(B)188.46º62.4%49.02%-
XYZ10.8914.1221.55-
YUV95.22144.893.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.43%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=16.43%
G=39.86%
B=43.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal471141250.620.0900.51188.4645.3533.73
Hex2F727D3E9033bc2d22
Octal5716217576110632745542
Binary101111111001011111011111101001011001110111100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,114,125); }

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

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

 a { background-color: rgb(47,114,125); }

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

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

 span { border-color: rgb(47,114,125); }

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