Shades of Atoll #306C75
Tints of Atoll #306C75
RGB
CMYK
RGB Variations
Color information
#306C75 (or 0x306C75) is known color: Atoll. HEX triplet: 30, 6C and 75. RGB value is (48,108,117). Sum of RGB (Red+Green+Blue) = 48+108+117=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #306C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C75 is #CF938A. Grayscale: #5A5A5A. Windows color (decimal): -13603723 or 7695408. OLE color: 7695408.
HSL color Cylindrical-coordinate representation of color #306C75: hue angle of 187.83º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306C75 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 108 | 117 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.54 |
| HSL | 187.83º | 0.42% | 0.32% | - |
| HSV(B) | 187.83º | 0.59% | 0.46% | - |
| XYZ | 9.79 | 12.64 | 18.75 | - |
| YUV | 91.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 117 | 0.59 | 0.08 | 0 | 0.54 | 187.83 | 0.42 | 0.32 |
| Hex | 30 | 6C | 75 | 3B | 8 | 0 | 36 | BC | 2A | 20 |
| Octal | 60 | 154 | 165 | 73 | 10 | 0 | 66 | 274 | 52 | 40 |
| Binary | 110000 | 1101100 | 1110101 | 111011 | 1000 | 0 | 110110 | 10111100 | 101010 | 100000 |
Color Harmonies of #306C75
Complementary color
Monochromatic Colors of #306C75
Black with #306C75
Text Example
Text Example
White with #306C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C75; }
p { color: rgb(48,108,117); }
H1.HeaderClassName
{
color: #306C75;
}
.AnyTagClassName
{
color: #306C75;
}
</style>
background-color css
<style>
a { background-color: #306C75; }
a { background-color: rgb(48,108,117); }
div.DivClassName
{
background-color: #306C75;
}
.BgClassName
{
background-color: #306C75;
}
</style>
border-color css
<style>
span { border-color: #306C75; }
span { border-color: rgb(48,108,117); }
td.TdClassName
{
border-color: #306C75;
}
.TagClassName
{
border-color: #306C75;
}
</style>