#316E7A

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

Shades of Atoll #316E7A

Tints of Atoll #316E7A

Color information

#316E7A (or 0x316E7A) is unknown color: approx Atoll. HEX triplet: 31, 6E and 7A. RGB value is (49,110,122). Sum of RGB (Red+Green+Blue) = 49+110+122=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #316E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E7A is #CE9185. Grayscale: #5D5D5D. Windows color (decimal): -13537670 or 8023601. OLE color: 8023601.

HSL color Cylindrical-coordinate representation of color #316E7A: hue angle of 189.86º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #316E7A is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB49110122-
CMYK0.600.1000.52
HSL189.86º42.69%33.53%-
HSV(B)189.86º59.84%47.84%-
XYZ10.3613.2120.42-
YUV93.13144.2996.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=17.44%
G=39.15%
B=43.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491101220.600.1000.52189.8642.6933.53
Hex316E7A3CA034be2b22
Octal6115617274120642765342
Binary110001110111011110101111001010011010010111110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,110,122); }

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

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

 a { background-color: rgb(49,110,122); }

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

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

 span { border-color: rgb(49,110,122); }

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