#24747B

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

Shades of Atoll #24747B

Tints of Atoll #24747B

Color information

#24747B (or 0x24747B) is unknown color: approx Atoll. HEX triplet: 24, 74 and 7B. RGB value is (36,116,123). Sum of RGB (Red+Green+Blue) = 36+116+123=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #24747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24747B is #DB8B84. Grayscale: #5C5C5C. Windows color (decimal): -14388101 or 8090660. OLE color: 8090660.

HSL color Cylindrical-coordinate representation of color #24747B: hue angle of 184.83º 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 #24747B is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB36116123-
CMYK0.710.0600.52
HSL184.83º54.72%31.18%-
HSV(B)184.83º70.73%48.24%-
XYZ10.5514.320.94-
YUV92.8814587.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=13.09%
G=42.18%
B=44.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal361161230.710.0600.52184.8354.7231.18
Hex24747B476034b9371f
Octal4416417310760642716737
Binary10010011101001111011100011111001101001011100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24747B; }

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

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

<style>
 a { background-color: #24747B; }

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

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

<style>
 span { border-color: #24747B; }

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

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