Shades of Atoll #30727B
Tints of Atoll #30727B
RGB
CMYK
RGB Variations
Color information
#30727B (or 0x30727B) is known color: Atoll. HEX triplet: 30, 72 and 7B. RGB value is (48,114,123). Sum of RGB (Red+Green+Blue) = 48+114+123=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #30727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30727B is #CF8D84. Grayscale: #5F5F5F. Windows color (decimal): -13602181 or 8090160. OLE color: 8090160.
HSL color Cylindrical-coordinate representation of color #30727B: hue angle of 187.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30727B is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 114 | 123 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.52 |
| HSL | 187.2º | 0.44% | 0.34% | - |
| HSV(B) | 187.2º | 0.61% | 0.48% | - |
| XYZ | 10.81 | 14.09 | 20.89 | - |
| YUV | 95.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 123 | 0.61 | 0.07 | 0 | 0.52 | 187.2 | 0.44 | 0.34 |
| Hex | 30 | 72 | 7B | 3D | 7 | 0 | 34 | BB | 2C | 22 |
| Octal | 60 | 162 | 173 | 75 | 7 | 0 | 64 | 273 | 54 | 42 |
| Binary | 110000 | 1110010 | 1111011 | 111101 | 111 | 0 | 110100 | 10111011 | 101100 | 100010 |
Color Harmonies of #30727B
Complementary color
Monochromatic Colors of #30727B
Black with #30727B
Text Example
Text Example
White with #30727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30727B; }
p { color: rgb(48,114,123); }
H1.HeaderClassName
{
color: #30727B;
}
.AnyTagClassName
{
color: #30727B;
}
</style>
background-color css
<style>
a { background-color: #30727B; }
a { background-color: rgb(48,114,123); }
div.DivClassName
{
background-color: #30727B;
}
.BgClassName
{
background-color: #30727B;
}
</style>
border-color css
<style>
span { border-color: #30727B; }
span { border-color: rgb(48,114,123); }
td.TdClassName
{
border-color: #30727B;
}
.TagClassName
{
border-color: #30727B;
}
</style>