Shades of Atoll #306F76
Tints of Atoll #306F76
RGB
CMYK
RGB Variations
Color information
#306F76 (or 0x306F76) is known color: Atoll. HEX triplet: 30, 6F and 76. RGB value is (48,111,118). Sum of RGB (Red+Green+Blue) = 48+111+118=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #306F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F76 is #CF9089. Grayscale: #5C5C5C. Windows color (decimal): -13602954 or 7761712. OLE color: 7761712.
HSL color Cylindrical-coordinate representation of color #306F76: hue angle of 186º 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 #306F76 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 111 | 118 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.54 |
| HSL | 186º | 0.42% | 0.33% | - |
| HSV(B) | 186º | 0.59% | 0.46% | - |
| XYZ | 10.17 | 13.31 | 19.17 | - |
| YUV | 92.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 118 | 0.59 | 0.06 | 0 | 0.54 | 186 | 0.42 | 0.33 |
| Hex | 30 | 6F | 76 | 3B | 6 | 0 | 36 | BA | 2A | 21 |
| Octal | 60 | 157 | 166 | 73 | 6 | 0 | 66 | 272 | 52 | 41 |
| Binary | 110000 | 1101111 | 1110110 | 111011 | 110 | 0 | 110110 | 10111010 | 101010 | 100001 |
Color Harmonies of #306F76
Complementary color
Monochromatic Colors of #306F76
Black with #306F76
Text Example
Text Example
White with #306F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F76; }
p { color: rgb(48,111,118); }
H1.HeaderClassName
{
color: #306F76;
}
.AnyTagClassName
{
color: #306F76;
}
</style>
background-color css
<style>
a { background-color: #306F76; }
a { background-color: rgb(48,111,118); }
div.DivClassName
{
background-color: #306F76;
}
.BgClassName
{
background-color: #306F76;
}
</style>
border-color css
<style>
span { border-color: #306F76; }
span { border-color: rgb(48,111,118); }
td.TdClassName
{
border-color: #306F76;
}
.TagClassName
{
border-color: #306F76;
}
</style>