Shades of Atoll #306E7A
Tints of Atoll #306E7A
RGB
CMYK
RGB Variations
Color information
#306E7A (or 0x306E7A) is known color: Atoll. HEX triplet: 30, 6E and 7A. RGB value is (48,110,122). Sum of RGB (Red+Green+Blue) = 48+110+122=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #306E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E7A is #CF9185. Grayscale: #5C5C5C. Windows color (decimal): -13603206 or 8023600. OLE color: 8023600.
HSL color Cylindrical-coordinate representation of color #306E7A: hue angle of 189.73º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #306E7A is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 110 | 122 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.52 |
| HSL | 189.73º | 0.44% | 0.33% | - |
| HSV(B) | 189.73º | 0.61% | 0.48% | - |
| XYZ | 10.31 | 13.19 | 20.41 | - |
| YUV | 92.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 122 | 0.61 | 0.10 | 0 | 0.52 | 189.73 | 0.44 | 0.33 |
| Hex | 30 | 6E | 7A | 3D | A | 0 | 34 | BE | 2C | 21 |
| Octal | 60 | 156 | 172 | 75 | 12 | 0 | 64 | 276 | 54 | 41 |
| Binary | 110000 | 1101110 | 1111010 | 111101 | 1010 | 0 | 110100 | 10111110 | 101100 | 100001 |
Color Harmonies of #306E7A
Complementary color
Monochromatic Colors of #306E7A
Black with #306E7A
Text Example
Text Example
White with #306E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306E7A; }
p { color: rgb(48,110,122); }
H1.HeaderClassName
{
color: #306E7A;
}
.AnyTagClassName
{
color: #306E7A;
}
</style>
background-color css
<style>
a { background-color: #306E7A; }
a { background-color: rgb(48,110,122); }
div.DivClassName
{
background-color: #306E7A;
}
.BgClassName
{
background-color: #306E7A;
}
</style>
border-color css
<style>
span { border-color: #306E7A; }
span { border-color: rgb(48,110,122); }
td.TdClassName
{
border-color: #306E7A;
}
.TagClassName
{
border-color: #306E7A;
}
</style>