Shades of Atoll #317D81
Tints of Atoll #317D81
RGB
CMYK
RGB Variations
Color information
#317D81 (or 0x317D81) is known color: Atoll. HEX triplet: 31, 7D and 81. RGB value is (49,125,129). Sum of RGB (Red+Green+Blue) = 49+125+129=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #317D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317D81 is #CE827E. Grayscale: #666666. Windows color (decimal): -13533823 or 8486193. OLE color: 8486193.
HSL color Cylindrical-coordinate representation of color #317D81: hue angle of 183º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #317D81 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 125 | 129 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.49 |
| HSL | 183º | 0.45% | 0.35% | - |
| HSV(B) | 183º | 0.62% | 0.51% | - |
| XYZ | 12.56 | 16.91 | 23.37 | - |
| YUV | 102.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 129 | 0.62 | 0.03 | 0 | 0.49 | 183 | 0.45 | 0.35 |
| Hex | 31 | 7D | 81 | 3E | 3 | 0 | 31 | B7 | 2D | 23 |
| Octal | 61 | 175 | 201 | 76 | 3 | 0 | 61 | 267 | 55 | 43 |
| Binary | 110001 | 1111101 | 10000001 | 111110 | 11 | 0 | 110001 | 10110111 | 101101 | 100011 |
Color Harmonies of #317D81
Complementary color
Monochromatic Colors of #317D81
Black with #317D81
Text Example
Text Example
White with #317D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D81; }
p { color: rgb(49,125,129); }
H1.HeaderClassName
{
color: #317D81;
}
.AnyTagClassName
{
color: #317D81;
}
</style>
background-color css
<style>
a { background-color: #317D81; }
a { background-color: rgb(49,125,129); }
div.DivClassName
{
background-color: #317D81;
}
.BgClassName
{
background-color: #317D81;
}
</style>
border-color css
<style>
span { border-color: #317D81; }
span { border-color: rgb(49,125,129); }
td.TdClassName
{
border-color: #317D81;
}
.TagClassName
{
border-color: #317D81;
}
</style>