#317E85

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

Shades of Atoll #317E85

Tints of Atoll #317E85

Color information

#317E85 (or 0x317E85) is unknown color: approx Atoll. HEX triplet: 31, 7E and 85. RGB value is (49,126,133). Sum of RGB (Red+Green+Blue) = 49+126+133=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #317E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E85 is #CE817A. Grayscale: #676767. Windows color (decimal): -13533563 or 8748593. OLE color: 8748593.

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

Color convert

RGB49126133-
CMYK0.630.0500.48
HSL185º46.15%35.69%-
HSV(B)185º63.16%52.16%-
XYZ12.9617.2724.84-
YUV103.78144.4988.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=15.91%
G=40.91%
B=43.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491261330.630.0500.4818546.1535.69
Hex317E853F5030b92e24
Octal611762057750602715644
Binary110001111111010000101111111101011000010111001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317E85; }

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

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

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

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

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

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

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

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