Shades of Atoll #307A87
Tints of Atoll #307A87
RGB
CMYK
RGB Variations
Color information
#307A87 (or 0x307A87) is known color: Atoll. HEX triplet: 30, 7A and 87. RGB value is (48,122,135). Sum of RGB (Red+Green+Blue) = 48+122+135=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #307A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A87 is #CF8578. Grayscale: #656565. Windows color (decimal): -13600121 or 8878640. OLE color: 8878640.
HSL color Cylindrical-coordinate representation of color #307A87: hue angle of 188.97º 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 #307A87 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 122 | 135 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.47 |
| HSL | 188.97º | 0.48% | 0.36% | - |
| HSV(B) | 188.97º | 0.64% | 0.53% | - |
| XYZ | 12.55 | 16.3 | 25.41 | - |
| YUV | 101.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 135 | 0.64 | 0.10 | 0 | 0.47 | 188.97 | 0.48 | 0.36 |
| Hex | 30 | 7A | 87 | 40 | A | 0 | 2F | BD | 30 | 24 |
| Octal | 60 | 172 | 207 | 100 | 12 | 0 | 57 | 275 | 60 | 44 |
| Binary | 110000 | 1111010 | 10000111 | 1000000 | 1010 | 0 | 101111 | 10111101 | 110000 | 100100 |
Color Harmonies of #307A87
Complementary color
Monochromatic Colors of #307A87
Black with #307A87
Text Example
Text Example
White with #307A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A87; }
p { color: rgb(48,122,135); }
H1.HeaderClassName
{
color: #307A87;
}
.AnyTagClassName
{
color: #307A87;
}
</style>
background-color css
<style>
a { background-color: #307A87; }
a { background-color: rgb(48,122,135); }
div.DivClassName
{
background-color: #307A87;
}
.BgClassName
{
background-color: #307A87;
}
</style>
border-color css
<style>
span { border-color: #307A87; }
span { border-color: rgb(48,122,135); }
td.TdClassName
{
border-color: #307A87;
}
.TagClassName
{
border-color: #307A87;
}
</style>