Shades of Atoll #308581
Tints of Atoll #308581
RGB
CMYK
RGB Variations
Color information
#308581 (or 0x308581) is known color: Atoll. HEX triplet: 30, 85 and 81. RGB value is (48,133,129). Sum of RGB (Red+Green+Blue) = 48+133+129=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #308581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308581 is #CF7A7E. Grayscale: #6B6B6B. Windows color (decimal): -13597311 or 8488240. OLE color: 8488240.
HSL color Cylindrical-coordinate representation of color #308581: hue angle of 177.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308581 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 129 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.48 |
| HSL | 177.18º | 0.47% | 0.35% | - |
| HSV(B) | 177.18º | 0.64% | 0.52% | - |
| XYZ | 13.57 | 18.99 | 23.72 | - |
| YUV | 107.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 129 | 0.64 | 0 | 0.03 | 0.48 | 177.18 | 0.47 | 0.35 |
| Hex | 30 | 85 | 81 | 40 | 0 | 3 | 30 | B1 | 2F | 23 |
| Octal | 60 | 205 | 201 | 100 | 0 | 3 | 60 | 261 | 57 | 43 |
| Binary | 110000 | 10000101 | 10000001 | 1000000 | 0 | 11 | 110000 | 10110001 | 101111 | 100011 |
Color Harmonies of #308581
Complementary color
Monochromatic Colors of #308581
Black with #308581
Text Example
Text Example
White with #308581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308581; }
p { color: rgb(48,133,129); }
H1.HeaderClassName
{
color: #308581;
}
.AnyTagClassName
{
color: #308581;
}
</style>
background-color css
<style>
a { background-color: #308581; }
a { background-color: rgb(48,133,129); }
div.DivClassName
{
background-color: #308581;
}
.BgClassName
{
background-color: #308581;
}
</style>
border-color css
<style>
span { border-color: #308581; }
span { border-color: rgb(48,133,129); }
td.TdClassName
{
border-color: #308581;
}
.TagClassName
{
border-color: #308581;
}
</style>