#318883

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

Shades of Atoll #318883

Tints of Atoll #318883

Color information

#318883 (or 0x318883) is unknown color: approx Atoll. HEX triplet: 31, 88 and 83. RGB value is (49,136,131). Sum of RGB (Red+Green+Blue) = 49+136+131=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #318883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318883 is #CE777C. Grayscale: #6D6D6D. Windows color (decimal): -13531005 or 8620081. OLE color: 8620081.

HSL color Cylindrical-coordinate representation of color #318883: hue angle of 176.55º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318883 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB49136131-
CMYK0.6400.040.47
HSL176.55º47.03%36.27%-
HSV(B)176.55º63.97%53.33%-
XYZ14.1719.924.57-
YUV109.42140.1884.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.51%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=15.51%
G=43.04%
B=41.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491361310.6400.040.47176.5547.0336.27
Hex31888340042Fb12f24
Octal6121020310004572615744
Binary11000110001000100000111000000010010111110110001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318883; }

 p { color: rgb(49,136,131); }

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

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

 a { background-color: rgb(49,136,131); }

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

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

 span { border-color: rgb(49,136,131); }

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