Shades of Atoll #308288
Tints of Atoll #308288
RGB
CMYK
RGB Variations
Color information
#308288 (or 0x308288) is known color: Atoll. HEX triplet: 30, 82 and 88. RGB value is (48,130,136). Sum of RGB (Red+Green+Blue) = 48+130+136=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #308288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308288 is #CF7D77. Grayscale: #6A6A6A. Windows color (decimal): -13598072 or 8946224. OLE color: 8946224.
HSL color Cylindrical-coordinate representation of color #308288: hue angle of 184.09º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308288 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 130 | 136 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.47 |
| HSL | 184.09º | 0.48% | 0.36% | - |
| HSV(B) | 184.09º | 0.65% | 0.53% | - |
| XYZ | 13.65 | 18.37 | 26.12 | - |
| YUV | 106.17 | 144.83 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 136 | 0.65 | 0.04 | 0 | 0.47 | 184.09 | 0.48 | 0.36 |
| Hex | 30 | 82 | 88 | 41 | 4 | 0 | 2F | B8 | 30 | 24 |
| Octal | 60 | 202 | 210 | 101 | 4 | 0 | 57 | 270 | 60 | 44 |
| Binary | 110000 | 10000010 | 10001000 | 1000001 | 100 | 0 | 101111 | 10111000 | 110000 | 100100 |
Color Harmonies of #308288
Complementary color
Monochromatic Colors of #308288
Black with #308288
Text Example
Text Example
White with #308288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308288; }
p { color: rgb(48,130,136); }
H1.HeaderClassName
{
color: #308288;
}
.AnyTagClassName
{
color: #308288;
}
</style>
background-color css
<style>
a { background-color: #308288; }
a { background-color: rgb(48,130,136); }
div.DivClassName
{
background-color: #308288;
}
.BgClassName
{
background-color: #308288;
}
</style>
border-color css
<style>
span { border-color: #308288; }
span { border-color: rgb(48,130,136); }
td.TdClassName
{
border-color: #308288;
}
.TagClassName
{
border-color: #308288;
}
</style>