#318380

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

Shades of Atoll #318380

Tints of Atoll #318380

Color information

#318380 (or 0x318380) is unknown color: approx Atoll. HEX triplet: 31, 83 and 80. RGB value is (49,131,128). Sum of RGB (Red+Green+Blue) = 49+131+128=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #318380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318380 is #CE7C7F. Grayscale: #6A6A6A. Windows color (decimal): -13532288 or 8422193. OLE color: 8422193.

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

Color convert

RGB49131128-
CMYK0.6300.020.49
HSL177.8º45.56%35.29%-
HSV(B)177.8º62.6%51.37%-
XYZ13.2818.4423.28-
YUV106.14140.3387.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=15.91%
G=42.53%
B=41.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491311280.6300.020.49177.845.5635.29
Hex3183803F0231b22e23
Octal612032007702612625643
Binary110001100000111000000011111101011000110110010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318380; }

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

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

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

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

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

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

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

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