#2F7E87

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

Shades of Atoll #2F7E87

Tints of Atoll #2F7E87

Color information

#2F7E87 (or 0x2F7E87) is unknown color: approx Atoll. HEX triplet: 2F, 7E and 87. RGB value is (47,126,135). Sum of RGB (Red+Green+Blue) = 47+126+135=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F7E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7E87 is #D08178. Grayscale: #676767. Windows color (decimal): -13664633 or 8879663. OLE color: 8879663.

HSL color Cylindrical-coordinate representation of color #2F7E87: hue angle of 186.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7E87 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB47126135-
CMYK0.650.0700.47
HSL186.14º48.35%35.69%-
HSV(B)186.14º65.19%52.94%-
XYZ13.0117.2825.57-
YUV103.4145.8387.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=15.26%
G=40.91%
B=43.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471261350.650.0700.47186.1448.3535.69
Hex2F7E8741702Fba3024
Octal5717620710170572726044
Binary1011111111110100001111000001111010111110111010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,126,135); }

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

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

 a { background-color: rgb(47,126,135); }

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

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

 span { border-color: rgb(47,126,135); }

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