#247a82

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

Shades of Atoll #247A82

Tints of Atoll #247A82

Color information

#247A82 (or 0x247A82) is unknown color: approx Atoll. HEX triplet: 24, 7A and 82. RGB value is (36,122,130). Sum of RGB (Red+Green+Blue) = 36+122+130=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #247A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A82 is #DB857D. Grayscale: #616161. Windows color (decimal): -14386558 or 8550948. OLE color: 8550948.

HSL color Cylindrical-coordinate representation of color #247A82: hue angle of 185.11º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247A82 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB36122130-
CMYK0.720.0600.49
HSL185.11º56.63%32.55%-
HSV(B)185.11º72.31%50.98%-
XYZ11.7215.9123.57-
YUV97.2146.5184.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=12.5%
G=42.36%
B=45.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361221300.720.0600.49185.1156.6332.55
Hex247A82486031b93921
Octal4417220211060612717141
Binary1001001111010100000101001000110011000110111001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247a82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,122,130); }

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

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

 a { background-color: rgb(36,122,130); }

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

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

 span { border-color: rgb(36,122,130); }

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