#318182

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

Shades of Atoll #318182

Tints of Atoll #318182

Color information

#318182 (or 0x318182) is unknown color: approx Atoll. HEX triplet: 31, 81 and 82. RGB value is (49,129,130). Sum of RGB (Red+Green+Blue) = 49+129+130=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #318182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318182 is #CE7E7D. Grayscale: #696969. Windows color (decimal): -13532798 or 8552753. OLE color: 8552753.

HSL color Cylindrical-coordinate representation of color #318182: hue angle of 180.74º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318182 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49129130-
CMYK0.620.0100.49
HSL180.74º45.25%35.1%-
HSV(B)180.74º62.31%50.98%-
XYZ13.1517.9723.89-
YUV105.1914287.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=15.91%
G=41.88%
B=42.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291300.620.0100.49180.7445.2535.1
Hex3181823E1031b52d23
Octal612012027610612655543
Binary11000110000001100000101111101011000110110101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318182; }

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

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

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

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

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

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

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

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