#247A7B

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

Shades of Atoll #247A7B

Tints of Atoll #247A7B

Color information

#247A7B (or 0x247A7B) is unknown color: approx Atoll. HEX triplet: 24, 7A and 7B. RGB value is (36,122,123). Sum of RGB (Red+Green+Blue) = 36+122+123=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #247A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A7B is #DB8584. Grayscale: #606060. Windows color (decimal): -14386565 or 8092196. OLE color: 8092196.

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

Color convert

RGB36122123-
CMYK0.710.0100.52
HSL180.69º54.72%31.18%-
HSV(B)180.69º70.73%48.24%-
XYZ11.2615.7221.18-
YUV96.4143.0184.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.81%
GREEN value IS 122 (48.05% from 255) = 43.42%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=12.81%
G=43.42%
B=43.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal361221230.710.0100.52180.6954.7231.18
Hex247A7B471034b5371f
Octal4417217310710642656737
Binary100100111101011110111000111101101001011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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