#318280

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

Shades of Atoll #318280

Tints of Atoll #318280

Color information

#318280 (or 0x318280) is unknown color: approx Atoll. HEX triplet: 31, 82 and 80. RGB value is (49,130,128). Sum of RGB (Red+Green+Blue) = 49+130+128=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #318280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318280 is #CE7D7F. Grayscale: #696969. Windows color (decimal): -13532544 or 8421937. OLE color: 8421937.

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

Color convert

RGB49130128-
CMYK0.6200.020.49
HSL178.52º45.25%35.1%-
HSV(B)178.52º62.31%50.98%-
XYZ13.1518.1823.24-
YUV105.55140.6687.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=15.96%
G=42.35%
B=41.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491301280.6200.020.49178.5245.2535.1
Hex3182803E0231b32d23
Octal612022007602612635543
Binary110001100000101000000011111001011000110110011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318280; }

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

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

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

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

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

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

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

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