#318085

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

Shades of Atoll #318085

Tints of Atoll #318085

Color information

#318085 (or 0x318085) is unknown color: approx Atoll. HEX triplet: 31, 80 and 85. RGB value is (49,128,133). Sum of RGB (Red+Green+Blue) = 49+128+133=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #318085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318085 is #CE7F7A. Grayscale: #686868. Windows color (decimal): -13533051 or 8749105. OLE color: 8749105.

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

Color convert

RGB49128133-
CMYK0.630.0400.48
HSL183.57º46.15%35.69%-
HSV(B)183.57º63.16%52.16%-
XYZ13.2217.7824.93-
YUV104.95143.8388.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=15.81%
G=41.29%
B=42.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491281330.630.0400.48183.5746.1535.69
Hex3180853F4030b82e24
Octal612002057740602705644
Binary1100011000000010000101111111100011000010111000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318085; }

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

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

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

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

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

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

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

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