Shades of Atoll #306D76
Tints of Atoll #306D76
RGB
CMYK
RGB Variations
Color information
#306D76 (or 0x306D76) is known color: Atoll. HEX triplet: 30, 6D and 76. RGB value is (48,109,118). Sum of RGB (Red+Green+Blue) = 48+109+118=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #306D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D76 is #CF9289. Grayscale: #5B5B5B. Windows color (decimal): -13603466 or 7761200. OLE color: 7761200.
HSL color Cylindrical-coordinate representation of color #306D76: hue angle of 187.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306D76 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 109 | 118 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.54 |
| HSL | 187.71º | 0.42% | 0.33% | - |
| HSV(B) | 187.71º | 0.59% | 0.46% | - |
| XYZ | 9.96 | 12.87 | 19.1 | - |
| YUV | 91.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 118 | 0.59 | 0.08 | 0 | 0.54 | 187.71 | 0.42 | 0.33 |
| Hex | 30 | 6D | 76 | 3B | 8 | 0 | 36 | BC | 2A | 21 |
| Octal | 60 | 155 | 166 | 73 | 10 | 0 | 66 | 274 | 52 | 41 |
| Binary | 110000 | 1101101 | 1110110 | 111011 | 1000 | 0 | 110110 | 10111100 | 101010 | 100001 |
Color Harmonies of #306D76
Complementary color
Monochromatic Colors of #306D76
Black with #306D76
Text Example
Text Example
White with #306D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D76; }
p { color: rgb(48,109,118); }
H1.HeaderClassName
{
color: #306D76;
}
.AnyTagClassName
{
color: #306D76;
}
</style>
background-color css
<style>
a { background-color: #306D76; }
a { background-color: rgb(48,109,118); }
div.DivClassName
{
background-color: #306D76;
}
.BgClassName
{
background-color: #306D76;
}
</style>
border-color css
<style>
span { border-color: #306D76; }
span { border-color: rgb(48,109,118); }
td.TdClassName
{
border-color: #306D76;
}
.TagClassName
{
border-color: #306D76;
}
</style>