Shades of Atoll #307F85
Tints of Atoll #307F85
RGB
CMYK
RGB Variations
Color information
#307F85 (or 0x307F85) is known color: Atoll. HEX triplet: 30, 7F and 85. RGB value is (48,127,133). Sum of RGB (Red+Green+Blue) = 48+127+133=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #307F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F85 is #CF807A. Grayscale: #676767. Windows color (decimal): -13598843 or 8748848. OLE color: 8748848.
HSL color Cylindrical-coordinate representation of color #307F85: hue angle of 184.24º 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 #307F85 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 127 | 133 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.48 |
| HSL | 184.24º | 0.47% | 0.35% | - |
| HSV(B) | 184.24º | 0.64% | 0.52% | - |
| XYZ | 13.04 | 17.5 | 24.88 | - |
| YUV | 104.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 133 | 0.64 | 0.05 | 0 | 0.48 | 184.24 | 0.47 | 0.35 |
| Hex | 30 | 7F | 85 | 40 | 5 | 0 | 30 | B8 | 2F | 23 |
| Octal | 60 | 177 | 205 | 100 | 5 | 0 | 60 | 270 | 57 | 43 |
| Binary | 110000 | 1111111 | 10000101 | 1000000 | 101 | 0 | 110000 | 10111000 | 101111 | 100011 |
Color Harmonies of #307F85
Complementary color
Monochromatic Colors of #307F85
Black with #307F85
Text Example
Text Example
White with #307F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F85; }
p { color: rgb(48,127,133); }
H1.HeaderClassName
{
color: #307F85;
}
.AnyTagClassName
{
color: #307F85;
}
</style>
background-color css
<style>
a { background-color: #307F85; }
a { background-color: rgb(48,127,133); }
div.DivClassName
{
background-color: #307F85;
}
.BgClassName
{
background-color: #307F85;
}
</style>
border-color css
<style>
span { border-color: #307F85; }
span { border-color: rgb(48,127,133); }
td.TdClassName
{
border-color: #307F85;
}
.TagClassName
{
border-color: #307F85;
}
</style>