Shades of Atoll #307E87
Tints of Atoll #307E87
RGB
CMYK
RGB Variations
Color information
#307E87 (or 0x307E87) is known color: Atoll. HEX triplet: 30, 7E and 87. RGB value is (48,126,135). Sum of RGB (Red+Green+Blue) = 48+126+135=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #307E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E87 is #CF8178. Grayscale: #676767. Windows color (decimal): -13599097 or 8879664. OLE color: 8879664.
HSL color Cylindrical-coordinate representation of color #307E87: hue angle of 186.21º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307E87 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 126 | 135 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.47 |
| HSL | 186.21º | 0.48% | 0.36% | - |
| HSV(B) | 186.21º | 0.64% | 0.53% | - |
| XYZ | 13.05 | 17.3 | 25.57 | - |
| YUV | 103.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 135 | 0.64 | 0.07 | 0 | 0.47 | 186.21 | 0.48 | 0.36 |
| Hex | 30 | 7E | 87 | 40 | 7 | 0 | 2F | BA | 30 | 24 |
| Octal | 60 | 176 | 207 | 100 | 7 | 0 | 57 | 272 | 60 | 44 |
| Binary | 110000 | 1111110 | 10000111 | 1000000 | 111 | 0 | 101111 | 10111010 | 110000 | 100100 |
Color Harmonies of #307E87
Complementary color
Monochromatic Colors of #307E87
Black with #307E87
Text Example
Text Example
White with #307E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E87; }
p { color: rgb(48,126,135); }
H1.HeaderClassName
{
color: #307E87;
}
.AnyTagClassName
{
color: #307E87;
}
</style>
background-color css
<style>
a { background-color: #307E87; }
a { background-color: rgb(48,126,135); }
div.DivClassName
{
background-color: #307E87;
}
.BgClassName
{
background-color: #307E87;
}
</style>
border-color css
<style>
span { border-color: #307E87; }
span { border-color: rgb(48,126,135); }
td.TdClassName
{
border-color: #307E87;
}
.TagClassName
{
border-color: #307E87;
}
</style>