Shades of Atoll #30696D
Tints of Atoll #30696D
RGB
CMYK
RGB Variations
Color information
#30696D (or 0x30696D) is known color: Atoll. HEX triplet: 30, 69 and 6D. RGB value is (48,105,109). Sum of RGB (Red+Green+Blue) = 48+105+109=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #30696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30696D is #CF9692. Grayscale: #585858. Windows color (decimal): -13604499 or 7170352. OLE color: 7170352.
HSL color Cylindrical-coordinate representation of color #30696D: hue angle of 183.93º 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 #30696D is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 105 | 109 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.57 |
| HSL | 183.93º | 0.39% | 0.31% | - |
| HSV(B) | 183.93º | 0.56% | 0.43% | - |
| XYZ | 9.03 | 11.84 | 16.28 | - |
| YUV | 88.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 109 | 0.56 | 0.04 | 0 | 0.57 | 183.93 | 0.39 | 0.31 |
| Hex | 30 | 69 | 6D | 38 | 4 | 0 | 39 | B8 | 27 | 1F |
| Octal | 60 | 151 | 155 | 70 | 4 | 0 | 71 | 270 | 47 | 37 |
| Binary | 110000 | 1101001 | 1101101 | 111000 | 100 | 0 | 111001 | 10111000 | 100111 | 11111 |
Color Harmonies of #30696D
Complementary color
Monochromatic Colors of #30696D
Black with #30696D
Text Example
Text Example
White with #30696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30696D; }
p { color: rgb(48,105,109); }
H1.HeaderClassName
{
color: #30696D;
}
.AnyTagClassName
{
color: #30696D;
}
</style>
background-color css
<style>
a { background-color: #30696D; }
a { background-color: rgb(48,105,109); }
div.DivClassName
{
background-color: #30696D;
}
.BgClassName
{
background-color: #30696D;
}
</style>
border-color css
<style>
span { border-color: #30696D; }
span { border-color: rgb(48,105,109); }
td.TdClassName
{
border-color: #30696D;
}
.TagClassName
{
border-color: #30696D;
}
</style>