#318687

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

Shades of Atoll #318687

Tints of Atoll #318687

Color information

#318687 (or 0x318687) is unknown color: approx Atoll. HEX triplet: 31, 86 and 87. RGB value is (49,134,135). Sum of RGB (Red+Green+Blue) = 49+134+135=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #318687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318687 is #CE7978. Grayscale: #6C6C6C. Windows color (decimal): -13531513 or 8881713. OLE color: 8881713.

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

Color convert

RGB49134135-
CMYK0.640.0100.47
HSL180.7º46.74%36.08%-
HSV(B)180.7º63.7%52.94%-
XYZ14.1619.4525.93-
YUV108.7142.8485.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=15.41%
G=42.14%
B=42.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491341350.640.0100.47180.746.7436.08
Hex31868740102Fb52f24
Octal6120620710010572655744
Binary110001100001101000011110000001010111110110101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318687; }

 p { color: rgb(49,134,135); }

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

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

 a { background-color: rgb(49,134,135); }

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

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

 span { border-color: rgb(49,134,135); }

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