#316A6D

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

Shades of Atoll #316A6D

Tints of Atoll #316A6D

Color information

#316A6D (or 0x316A6D) is unknown color: approx Atoll. HEX triplet: 31, 6A and 6D. RGB value is (49,106,109). Sum of RGB (Red+Green+Blue) = 49+106+109=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #316A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A6D is #CE9592. Grayscale: #595959. Windows color (decimal): -13538707 or 7170609. OLE color: 7170609.

HSL color Cylindrical-coordinate representation of color #316A6D: hue angle of 183º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316A6D is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB49106109-
CMYK0.550.0300.57
HSL183º37.97%30.98%-
HSV(B)183º55.05%42.75%-
XYZ9.1812.0716.31-
YUV89.3139.1299.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=18.56%
G=40.15%
B=41.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal491061090.550.0300.5718337.9730.98
Hex316A6D373039b7261f
Octal611521556730712674637
Binary110001110101011011011101111101110011011011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316A6D; }

 p { color: rgb(49,106,109); }

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

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

 a { background-color: rgb(49,106,109); }

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

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

 span { border-color: rgb(49,106,109); }

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