#247A7C

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

Shades of Atoll #247A7C

Tints of Atoll #247A7C

Color information

#247A7C (or 0x247A7C) is unknown color: approx Atoll. HEX triplet: 24, 7A and 7C. RGB value is (36,122,124). Sum of RGB (Red+Green+Blue) = 36+122+124=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #247A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A7C is #DB8583. Grayscale: #606060. Windows color (decimal): -14386564 or 8157732. OLE color: 8157732.

HSL color Cylindrical-coordinate representation of color #247A7C: hue angle of 181.36º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247A7C is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB36122124-
CMYK0.710.0200.51
HSL181.36º55%31.37%-
HSV(B)181.36º70.97%48.63%-
XYZ11.3315.7521.51-
YUV96.51143.5184.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.77%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=12.77%
G=43.26%
B=43.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal361221240.710.0200.51181.365531.37
Hex247A7C472033b5371f
Octal4417217410720632656737
Binary1001001111010111110010001111001100111011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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