#31818B

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

Shades of Atoll #31818B

Tints of Atoll #31818B

Color information

#31818B (or 0x31818B) is unknown color: approx Atoll. HEX triplet: 31, 81 and 8B. RGB value is (49,129,139). Sum of RGB (Red+Green+Blue) = 49+129+139=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #31818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31818B is #CE7E74. Grayscale: #6A6A6A. Windows color (decimal): -13532789 or 9142577. OLE color: 9142577.

HSL color Cylindrical-coordinate representation of color #31818B: hue angle of 186.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31818B is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB49129139-
CMYK0.650.0700.45
HSL186.67º47.87%36.86%-
HSV(B)186.67º64.75%54.51%-
XYZ13.7818.2227.22-
YUV106.22146.587.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.46%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=15.46%
G=40.69%
B=43.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491291390.650.0700.45186.6747.8736.86
Hex31818B41702Dbb3025
Octal6120121310170552736045
Binary11000110000001100010111000001111010110110111011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31818B; }

 p { color: rgb(49,129,139); }

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

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

 a { background-color: rgb(49,129,139); }

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

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

 span { border-color: rgb(49,129,139); }

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