#248587

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

Shades of Atoll #248587

Tints of Atoll #248587

Color information

#248587 (or 0x248587) is unknown color: approx Atoll. HEX triplet: 24, 85 and 87. RGB value is (36,133,135). Sum of RGB (Red+Green+Blue) = 36+133+135=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #248587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248587 is #DB7A78. Grayscale: #686868. Windows color (decimal): -14383737 or 8881444. OLE color: 8881444.

HSL color Cylindrical-coordinate representation of color #248587: hue angle of 181.21º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248587 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB36133135-
CMYK0.730.0100.47
HSL181.21º57.89%33.53%-
HSV(B)181.21º73.33%52.94%-
XYZ13.4918.925.86-
YUV104.22145.3679.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.84%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 135 (53.12% from 255) = 44.41%
R=11.84%
G=43.75%
B=44.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361331350.730.0100.47181.2157.8933.53
Hex24858749102Fb53a22
Octal4420520711110572657242
Binary100100100001011000011110010011010111110110101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248587; }

 p { color: rgb(36,133,135); }

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

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

 a { background-color: rgb(36,133,135); }

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

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

 span { border-color: rgb(36,133,135); }

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