#318183

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

Shades of Atoll #318183

Tints of Atoll #318183

Color information

#318183 (or 0x318183) is unknown color: approx Atoll. HEX triplet: 31, 81 and 83. RGB value is (49,129,131). Sum of RGB (Red+Green+Blue) = 49+129+131=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #318183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318183 is #CE7E7C. Grayscale: #696969. Windows color (decimal): -13532797 or 8618289. OLE color: 8618289.

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

Color convert

RGB49129131-
CMYK0.630.0200.49
HSL181.46º45.56%35.29%-
HSV(B)181.46º62.6%51.37%-
XYZ13.2117.9924.25-
YUV105.31142.587.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=15.86%
G=41.75%
B=42.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291310.630.0200.49181.4645.5635.29
Hex3181833F2031b52e23
Octal612012037720612655643
Binary110001100000011000001111111110011000110110101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318183; }

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

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

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

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

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

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

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

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