#316F78

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

Shades of Atoll #316F78

Tints of Atoll #316F78

Color information

#316F78 (or 0x316F78) is unknown color: approx Atoll. HEX triplet: 31, 6F and 78. RGB value is (49,111,120). Sum of RGB (Red+Green+Blue) = 49+111+120=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #316F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F78 is #CE9087. Grayscale: #5D5D5D. Windows color (decimal): -13537416 or 7892785. OLE color: 7892785.

HSL color Cylindrical-coordinate representation of color #316F78: hue angle of 187.61º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316F78 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB49111120-
CMYK0.590.0800.53
HSL187.61º42.01%33.14%-
HSV(B)187.61º59.17%47.06%-
XYZ10.3413.3819.81-
YUV93.49142.9696.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=17.5%
G=39.64%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491111200.590.0800.53187.6142.0133.14
Hex316F783B8035bc2a21
Octal6115717073100652745241
Binary110001110111111110001110111000011010110111100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,111,120); }

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

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

 a { background-color: rgb(49,111,120); }

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

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

 span { border-color: rgb(49,111,120); }

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