#248387

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

Shades of Atoll #248387

Tints of Atoll #248387

Color information

#248387 (or 0x248387) is unknown color: approx Atoll. HEX triplet: 24, 83 and 87. RGB value is (36,131,135). Sum of RGB (Red+Green+Blue) = 36+131+135=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #248387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248387 is #DB7C78. Grayscale: #666666. Windows color (decimal): -14384249 or 8880932. OLE color: 8880932.

HSL color Cylindrical-coordinate representation of color #248387: hue angle of 182.42º 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 #248387 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB36131135-
CMYK0.730.0300.47
HSL182.42º57.89%33.53%-
HSV(B)182.42º73.33%52.94%-
XYZ13.2218.3625.77-
YUV103.05146.0380.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.92%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=11.92%
G=43.38%
B=44.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361311350.730.0300.47182.4257.8933.53
Hex24838749302Fb63a22
Octal4420320711130572667242
Binary1001001000001110000111100100111010111110110110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248387; }

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

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

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

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

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

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

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

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