Shades of Atoll #306B6D
Tints of Atoll #306B6D
RGB
CMYK
RGB Variations
Color information
#306B6D (or 0x306B6D) is known color: Atoll. HEX triplet: 30, 6B and 6D. RGB value is (48,107,109). Sum of RGB (Red+Green+Blue) = 48+107+109=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #306B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B6D is #CF9492. Grayscale: #595959. Windows color (decimal): -13603987 or 7170864. OLE color: 7170864.
HSL color Cylindrical-coordinate representation of color #306B6D: hue angle of 181.97º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306B6D is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 107 | 109 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.57 |
| HSL | 181.97º | 0.39% | 0.31% | - |
| HSV(B) | 181.97º | 0.56% | 0.43% | - |
| XYZ | 9.24 | 12.25 | 16.35 | - |
| YUV | 89.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 109 | 0.56 | 0.02 | 0 | 0.57 | 181.97 | 0.39 | 0.31 |
| Hex | 30 | 6B | 6D | 38 | 2 | 0 | 39 | B6 | 27 | 1F |
| Octal | 60 | 153 | 155 | 70 | 2 | 0 | 71 | 266 | 47 | 37 |
| Binary | 110000 | 1101011 | 1101101 | 111000 | 10 | 0 | 111001 | 10110110 | 100111 | 11111 |
Color Harmonies of #306B6D
Complementary color
Monochromatic Colors of #306B6D
Black with #306B6D
Text Example
Text Example
White with #306B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306B6D; }
p { color: rgb(48,107,109); }
H1.HeaderClassName
{
color: #306B6D;
}
.AnyTagClassName
{
color: #306B6D;
}
</style>
background-color css
<style>
a { background-color: #306B6D; }
a { background-color: rgb(48,107,109); }
div.DivClassName
{
background-color: #306B6D;
}
.BgClassName
{
background-color: #306B6D;
}
</style>
border-color css
<style>
span { border-color: #306B6D; }
span { border-color: rgb(48,107,109); }
td.TdClassName
{
border-color: #306B6D;
}
.TagClassName
{
border-color: #306B6D;
}
</style>