#247F86

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

Shades of Atoll #247F86

Tints of Atoll #247F86

Color information

#247F86 (or 0x247F86) is unknown color: approx Atoll. HEX triplet: 24, 7F and 86. RGB value is (36,127,134). Sum of RGB (Red+Green+Blue) = 36+127+134=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #247F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F86 is #DB8079. Grayscale: #646464. Windows color (decimal): -14385274 or 8814372. OLE color: 8814372.

HSL color Cylindrical-coordinate representation of color #247F86: hue angle of 184.29º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247F86 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB36127134-
CMYK0.730.0500.47
HSL184.29º57.65%33.33%-
HSV(B)184.29º73.13%52.55%-
XYZ12.6217.2825.22-
YUV100.59146.8581.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.12%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=12.12%
G=42.76%
B=45.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361271340.730.0500.47184.2957.6533.33
Hex247F8649502Fb83a21
Octal4417720611150572707241
Binary1001001111111100001101001001101010111110111000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247F86; }

 p { color: rgb(36,127,134); }

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

<style>
 a { background-color: #247F86; }

 a { background-color: rgb(36,127,134); }

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

<style>
 span { border-color: #247F86; }

 span { border-color: rgb(36,127,134); }

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