Shades of Atoll #306D74
Tints of Atoll #306D74
RGB
CMYK
RGB Variations
Color information
#306D74 (or 0x306D74) is known color: Atoll. HEX triplet: 30, 6D and 74. RGB value is (48,109,116). Sum of RGB (Red+Green+Blue) = 48+109+116=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #306D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D74 is #CF928B. Grayscale: #5B5B5B. Windows color (decimal): -13603468 or 7630128. OLE color: 7630128.
HSL color Cylindrical-coordinate representation of color #306D74: hue angle of 186.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306D74 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 109 | 116 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.55 |
| HSL | 186.18º | 0.41% | 0.32% | - |
| HSV(B) | 186.18º | 0.59% | 0.45% | - |
| XYZ | 9.84 | 12.83 | 18.48 | - |
| YUV | 91.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 116 | 0.59 | 0.06 | 0 | 0.55 | 186.18 | 0.41 | 0.32 |
| Hex | 30 | 6D | 74 | 3B | 6 | 0 | 37 | BA | 29 | 20 |
| Octal | 60 | 155 | 164 | 73 | 6 | 0 | 67 | 272 | 51 | 40 |
| Binary | 110000 | 1101101 | 1110100 | 111011 | 110 | 0 | 110111 | 10111010 | 101001 | 100000 |
Color Harmonies of #306D74
Complementary color
Monochromatic Colors of #306D74
Black with #306D74
Text Example
Text Example
White with #306D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D74; }
p { color: rgb(48,109,116); }
H1.HeaderClassName
{
color: #306D74;
}
.AnyTagClassName
{
color: #306D74;
}
</style>
background-color css
<style>
a { background-color: #306D74; }
a { background-color: rgb(48,109,116); }
div.DivClassName
{
background-color: #306D74;
}
.BgClassName
{
background-color: #306D74;
}
</style>
border-color css
<style>
span { border-color: #306D74; }
span { border-color: rgb(48,109,116); }
td.TdClassName
{
border-color: #306D74;
}
.TagClassName
{
border-color: #306D74;
}
</style>