#2F7C85

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

Shades of Atoll #2F7C85

Tints of Atoll #2F7C85

Color information

#2F7C85 (or 0x2F7C85) is unknown color: approx Atoll. HEX triplet: 2F, 7C and 85. RGB value is (47,124,133). Sum of RGB (Red+Green+Blue) = 47+124+133=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F7C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7C85 is #D0837A. Grayscale: #656565. Windows color (decimal): -13665147 or 8748079. OLE color: 8748079.

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

Color convert

RGB47124133-
CMYK0.650.0700.48
HSL186.28º47.78%35.29%-
HSV(B)186.28º64.66%52.16%-
XYZ12.6116.7124.75-
YUV102145.4988.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.46%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=15.46%
G=40.79%
B=43.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal471241330.650.0700.48186.2847.7835.29
Hex2F7C85417030ba3023
Octal5717420510170602726043
Binary1011111111100100001011000001111011000010111010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,124,133); }

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

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

 a { background-color: rgb(47,124,133); }

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

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

 span { border-color: rgb(47,124,133); }

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