#247D84

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

Shades of Atoll #247D84

Tints of Atoll #247D84

Color information

#247D84 (or 0x247D84) is unknown color: approx Atoll. HEX triplet: 24, 7D and 84. RGB value is (36,125,132). Sum of RGB (Red+Green+Blue) = 36+125+132=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #247D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D84 is #DB827B. Grayscale: #636363. Windows color (decimal): -14385788 or 8682788. OLE color: 8682788.

HSL color Cylindrical-coordinate representation of color #247D84: hue angle of 184.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247D84 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB36125132-
CMYK0.730.0500.48
HSL184.38º57.14%32.94%-
HSV(B)184.38º72.73%51.76%-
XYZ12.2316.7124.41-
YUV99.19146.5182.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.29%
GREEN value IS 125 (49.22% from 255) = 42.66%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=12.29%
G=42.66%
B=45.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361251320.730.0500.48184.3857.1432.94
Hex247D84495030b83921
Octal4417520411150602707141
Binary1001001111101100001001001001101011000010111000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,125,132); }

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

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

 a { background-color: rgb(36,125,132); }

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

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

 span { border-color: rgb(36,125,132); }

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