#247A81

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

Shades of Atoll #247A81

Tints of Atoll #247A81

Color information

#247A81 (or 0x247A81) is unknown color: approx Atoll. HEX triplet: 24, 7A and 81. RGB value is (36,122,129). Sum of RGB (Red+Green+Blue) = 36+122+129=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #247A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A81 is #DB857E. Grayscale: #606060. Windows color (decimal): -14386559 or 8485412. OLE color: 8485412.

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

Color convert

RGB36122129-
CMYK0.720.0500.49
HSL184.52º56.36%32.35%-
HSV(B)184.52º72.09%50.59%-
XYZ11.6515.8823.22-
YUV97.08146.0184.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.54%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=12.54%
G=42.51%
B=44.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361221290.720.0500.49184.5256.3632.35
Hex247A81485031b93820
Octal4417220111050612717040
Binary1001001111010100000011001000101011000110111001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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