Shades of Atoll #307D85
Tints of Atoll #307D85
RGB
CMYK
RGB Variations
Color information
#307D85 (or 0x307D85) is known color: Atoll. HEX triplet: 30, 7D and 85. RGB value is (48,125,133). Sum of RGB (Red+Green+Blue) = 48+125+133=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #307D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D85 is #CF827A. Grayscale: #666666. Windows color (decimal): -13599355 or 8748336. OLE color: 8748336.
HSL color Cylindrical-coordinate representation of color #307D85: hue angle of 185.65º 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 #307D85 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 125 | 133 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.48 |
| HSL | 185.65º | 0.47% | 0.35% | - |
| HSV(B) | 185.65º | 0.64% | 0.52% | - |
| XYZ | 12.79 | 16.99 | 24.8 | - |
| YUV | 102.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 133 | 0.64 | 0.06 | 0 | 0.48 | 185.65 | 0.47 | 0.35 |
| Hex | 30 | 7D | 85 | 40 | 6 | 0 | 30 | BA | 2F | 23 |
| Octal | 60 | 175 | 205 | 100 | 6 | 0 | 60 | 272 | 57 | 43 |
| Binary | 110000 | 1111101 | 10000101 | 1000000 | 110 | 0 | 110000 | 10111010 | 101111 | 100011 |
Color Harmonies of #307D85
Complementary color
Monochromatic Colors of #307D85
Black with #307D85
Text Example
Text Example
White with #307D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D85; }
p { color: rgb(48,125,133); }
H1.HeaderClassName
{
color: #307D85;
}
.AnyTagClassName
{
color: #307D85;
}
</style>
background-color css
<style>
a { background-color: #307D85; }
a { background-color: rgb(48,125,133); }
div.DivClassName
{
background-color: #307D85;
}
.BgClassName
{
background-color: #307D85;
}
</style>
border-color css
<style>
span { border-color: #307D85; }
span { border-color: rgb(48,125,133); }
td.TdClassName
{
border-color: #307D85;
}
.TagClassName
{
border-color: #307D85;
}
</style>