Shades of Atoll #30707D
Tints of Atoll #30707D
RGB
CMYK
RGB Variations
Color information
#30707D (or 0x30707D) is known color: Atoll. HEX triplet: 30, 70 and 7D. RGB value is (48,112,125). Sum of RGB (Red+Green+Blue) = 48+112+125=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #30707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30707D is #CF8F82. Grayscale: #5E5E5E. Windows color (decimal): -13602691 or 8220720. OLE color: 8220720.
HSL color Cylindrical-coordinate representation of color #30707D: hue angle of 190.13º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30707D is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 112 | 125 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.51 |
| HSL | 190.13º | 0.45% | 0.34% | - |
| HSV(B) | 190.13º | 0.62% | 0.49% | - |
| XYZ | 10.71 | 13.7 | 21.48 | - |
| YUV | 94.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 125 | 0.62 | 0.10 | 0 | 0.51 | 190.13 | 0.45 | 0.34 |
| Hex | 30 | 70 | 7D | 3E | A | 0 | 33 | BE | 2D | 22 |
| Octal | 60 | 160 | 175 | 76 | 12 | 0 | 63 | 276 | 55 | 42 |
| Binary | 110000 | 1110000 | 1111101 | 111110 | 1010 | 0 | 110011 | 10111110 | 101101 | 100010 |
Color Harmonies of #30707D
Complementary color
Monochromatic Colors of #30707D
Black with #30707D
Text Example
Text Example
White with #30707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30707D; }
p { color: rgb(48,112,125); }
H1.HeaderClassName
{
color: #30707D;
}
.AnyTagClassName
{
color: #30707D;
}
</style>
background-color css
<style>
a { background-color: #30707D; }
a { background-color: rgb(48,112,125); }
div.DivClassName
{
background-color: #30707D;
}
.BgClassName
{
background-color: #30707D;
}
</style>
border-color css
<style>
span { border-color: #30707D; }
span { border-color: rgb(48,112,125); }
td.TdClassName
{
border-color: #30707D;
}
.TagClassName
{
border-color: #30707D;
}
</style>