#316B75

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

Shades of Atoll #316B75

Tints of Atoll #316B75

Color information

#316B75 (or 0x316B75) is unknown color: approx Atoll. HEX triplet: 31, 6B and 75. RGB value is (49,107,117). Sum of RGB (Red+Green+Blue) = 49+107+117=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #316B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B75 is #CE948A. Grayscale: #5A5A5A. Windows color (decimal): -13538443 or 7695153. OLE color: 7695153.

HSL color Cylindrical-coordinate representation of color #316B75: hue angle of 188.82º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316B75 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB49107117-
CMYK0.580.0900.54
HSL188.82º40.96%32.55%-
HSV(B)188.82º58.12%45.88%-
XYZ9.7412.4518.72-
YUV90.8142.7898.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=17.95%
G=39.19%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491071170.580.0900.54188.8240.9632.55
Hex316B753A9036bd2921
Octal6115316572110662755141
Binary110001110101111101011110101001011011010111101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,107,117); }

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

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

 a { background-color: rgb(49,107,117); }

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

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

 span { border-color: rgb(49,107,117); }

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