Shades of Atoll #387F81
Tints of Atoll #387F81
RGB
CMYK
RGB Variations
Color information
#387F81 (or 0x387F81) is known color: Atoll. HEX triplet: 38, 7F and 81. RGB value is (56,127,129). Sum of RGB (Red+Green+Blue) = 56+127+129=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #387F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F81 is #C7807E. Grayscale: #696969. Windows color (decimal): -13074559 or 8486712. OLE color: 8486712.
HSL color Cylindrical-coordinate representation of color #387F81: hue angle of 181.64º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387F81 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 127 | 129 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.49 |
| HSL | 181.64º | 0.39% | 0.36% | - |
| HSV(B) | 181.64º | 0.57% | 0.51% | - |
| XYZ | 13.18 | 17.6 | 23.47 | - |
| YUV | 106 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 129 | 0.57 | 0.02 | 0 | 0.49 | 181.64 | 0.39 | 0.36 |
| Hex | 38 | 7F | 81 | 39 | 2 | 0 | 31 | B6 | 27 | 24 |
| Octal | 70 | 177 | 201 | 71 | 2 | 0 | 61 | 266 | 47 | 44 |
| Binary | 111000 | 1111111 | 10000001 | 111001 | 10 | 0 | 110001 | 10110110 | 100111 | 100100 |
Color Harmonies of #387F81
Complementary color
Monochromatic Colors of #387F81
Black with #387F81
Text Example
Text Example
White with #387F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F81; }
p { color: rgb(56,127,129); }
H1.HeaderClassName
{
color: #387F81;
}
.AnyTagClassName
{
color: #387F81;
}
</style>
background-color css
<style>
a { background-color: #387F81; }
a { background-color: rgb(56,127,129); }
div.DivClassName
{
background-color: #387F81;
}
.BgClassName
{
background-color: #387F81;
}
</style>
border-color css
<style>
span { border-color: #387F81; }
span { border-color: rgb(56,127,129); }
td.TdClassName
{
border-color: #387F81;
}
.TagClassName
{
border-color: #387F81;
}
</style>