#318185

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

Shades of Atoll #318185

Tints of Atoll #318185

Color information

#318185 (or 0x318185) is unknown color: approx Atoll. HEX triplet: 31, 81 and 85. RGB value is (49,129,133). Sum of RGB (Red+Green+Blue) = 49+129+133=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #318185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318185 is #CE7E7A. Grayscale: #696969. Windows color (decimal): -13532795 or 8749361. OLE color: 8749361.

HSL color Cylindrical-coordinate representation of color #318185: hue angle of 182.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318185 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB49129133-
CMYK0.630.0300.48
HSL182.86º46.15%35.69%-
HSV(B)182.86º63.16%52.16%-
XYZ13.3518.0524.97-
YUV105.54143.587.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.76%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=15.76%
G=41.48%
B=42.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491291330.630.0300.48182.8646.1535.69
Hex3181853F3030b72e24
Octal612012057730602675644
Binary110001100000011000010111111111011000010110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318185; }

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

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

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

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

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

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

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

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