Shades of Atoll #306A6D
Tints of Atoll #306A6D
RGB
CMYK
RGB Variations
Color information
#306A6D (or 0x306A6D) is known color: Atoll. HEX triplet: 30, 6A and 6D. RGB value is (48,106,109). Sum of RGB (Red+Green+Blue) = 48+106+109=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #306A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A6D is #CF9592. Grayscale: #585858. Windows color (decimal): -13604243 or 7170608. OLE color: 7170608.
HSL color Cylindrical-coordinate representation of color #306A6D: hue angle of 182.95º 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 #306A6D is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 106 | 109 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.57 |
| HSL | 182.95º | 0.39% | 0.31% | - |
| HSV(B) | 182.95º | 0.56% | 0.43% | - |
| XYZ | 9.13 | 12.04 | 16.31 | - |
| YUV | 89 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 106 | 109 | 0.56 | 0.03 | 0 | 0.57 | 182.95 | 0.39 | 0.31 |
| Hex | 30 | 6A | 6D | 38 | 3 | 0 | 39 | B7 | 27 | 1F |
| Octal | 60 | 152 | 155 | 70 | 3 | 0 | 71 | 267 | 47 | 37 |
| Binary | 110000 | 1101010 | 1101101 | 111000 | 11 | 0 | 111001 | 10110111 | 100111 | 11111 |
Color Harmonies of #306A6D
Complementary color
Monochromatic Colors of #306A6D
Black with #306A6D
Text Example
Text Example
White with #306A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306A6D; }
p { color: rgb(48,106,109); }
H1.HeaderClassName
{
color: #306A6D;
}
.AnyTagClassName
{
color: #306A6D;
}
</style>
background-color css
<style>
a { background-color: #306A6D; }
a { background-color: rgb(48,106,109); }
div.DivClassName
{
background-color: #306A6D;
}
.BgClassName
{
background-color: #306A6D;
}
</style>
border-color css
<style>
span { border-color: #306A6D; }
span { border-color: rgb(48,106,109); }
td.TdClassName
{
border-color: #306A6D;
}
.TagClassName
{
border-color: #306A6D;
}
</style>