Shades of Atoll #30808A
Tints of Atoll #30808A
RGB
CMYK
RGB Variations
Color information
#30808A (or 0x30808A) is known color: Atoll. HEX triplet: 30, 80 and 8A. RGB value is (48,128,138). Sum of RGB (Red+Green+Blue) = 48+128+138=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #30808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30808A is #CF7F75. Grayscale: #696969. Windows color (decimal): -13598582 or 9076784. OLE color: 9076784.
HSL color Cylindrical-coordinate representation of color #30808A: hue angle of 186.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30808A is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 128 | 138 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.46 |
| HSL | 186.67º | 0.48% | 0.36% | - |
| HSV(B) | 186.67º | 0.65% | 0.54% | - |
| XYZ | 13.53 | 17.9 | 26.79 | - |
| YUV | 105.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 138 | 0.65 | 0.07 | 0 | 0.46 | 186.67 | 0.48 | 0.36 |
| Hex | 30 | 80 | 8A | 41 | 7 | 0 | 2E | BB | 30 | 24 |
| Octal | 60 | 200 | 212 | 101 | 7 | 0 | 56 | 273 | 60 | 44 |
| Binary | 110000 | 10000000 | 10001010 | 1000001 | 111 | 0 | 101110 | 10111011 | 110000 | 100100 |
Color Harmonies of #30808A
Complementary color
Monochromatic Colors of #30808A
Black with #30808A
Text Example
Text Example
White with #30808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30808A; }
p { color: rgb(48,128,138); }
H1.HeaderClassName
{
color: #30808A;
}
.AnyTagClassName
{
color: #30808A;
}
</style>
background-color css
<style>
a { background-color: #30808A; }
a { background-color: rgb(48,128,138); }
div.DivClassName
{
background-color: #30808A;
}
.BgClassName
{
background-color: #30808A;
}
</style>
border-color css
<style>
span { border-color: #30808A; }
span { border-color: rgb(48,128,138); }
td.TdClassName
{
border-color: #30808A;
}
.TagClassName
{
border-color: #30808A;
}
</style>