#318581

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

Shades of Atoll #318581

Tints of Atoll #318581

Color information

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

HSL color Cylindrical-coordinate representation of color #318581: hue angle of 177.14º 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 #318581 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB49133129-
CMYK0.6300.030.48
HSL177.14º46.15%35.69%-
HSV(B)177.14º63.16%52.16%-
XYZ13.6219.0123.72-
YUV107.43140.1786.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491331290.6300.030.48177.1446.1535.69
Hex3185813F0330b12e24
Octal612052017703602615644
Binary110001100001011000000111111101111000010110001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318581; }

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

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

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

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

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

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

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

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