Shades of Atoll #306F73
Tints of Atoll #306F73
RGB
CMYK
RGB Variations
Color information
#306F73 (or 0x306F73) is known color: Atoll. HEX triplet: 30, 6F and 73. RGB value is (48,111,115). Sum of RGB (Red+Green+Blue) = 48+111+115=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #306F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F73 is #CF908C. Grayscale: #5C5C5C. Windows color (decimal): -13602957 or 7565104. OLE color: 7565104.
HSL color Cylindrical-coordinate representation of color #306F73: hue angle of 183.58º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306F73 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 111 | 115 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.55 |
| HSL | 183.58º | 0.41% | 0.32% | - |
| HSV(B) | 183.58º | 0.58% | 0.45% | - |
| XYZ | 10 | 13.24 | 18.25 | - |
| YUV | 92.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 115 | 0.58 | 0.03 | 0 | 0.55 | 183.58 | 0.41 | 0.32 |
| Hex | 30 | 6F | 73 | 3A | 3 | 0 | 37 | B8 | 29 | 20 |
| Octal | 60 | 157 | 163 | 72 | 3 | 0 | 67 | 270 | 51 | 40 |
| Binary | 110000 | 1101111 | 1110011 | 111010 | 11 | 0 | 110111 | 10111000 | 101001 | 100000 |
Color Harmonies of #306F73
Complementary color
Monochromatic Colors of #306F73
Black with #306F73
Text Example
Text Example
White with #306F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F73; }
p { color: rgb(48,111,115); }
H1.HeaderClassName
{
color: #306F73;
}
.AnyTagClassName
{
color: #306F73;
}
</style>
background-color css
<style>
a { background-color: #306F73; }
a { background-color: rgb(48,111,115); }
div.DivClassName
{
background-color: #306F73;
}
.BgClassName
{
background-color: #306F73;
}
</style>
border-color css
<style>
span { border-color: #306F73; }
span { border-color: rgb(48,111,115); }
td.TdClassName
{
border-color: #306F73;
}
.TagClassName
{
border-color: #306F73;
}
</style>