Shades of Atoll #30767D
Tints of Atoll #30767D
RGB
CMYK
RGB Variations
Color information
#30767D (or 0x30767D) is known color: Atoll. HEX triplet: 30, 76 and 7D. RGB value is (48,118,125). Sum of RGB (Red+Green+Blue) = 48+118+125=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #30767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30767D is #CF8982. Grayscale: #616161. Windows color (decimal): -13601155 or 8222256. OLE color: 8222256.
HSL color Cylindrical-coordinate representation of color #30767D: hue angle of 185.45º 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 #30767D is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 118 | 125 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.51 |
| HSL | 185.45º | 0.45% | 0.34% | - |
| HSV(B) | 185.45º | 0.62% | 0.49% | - |
| XYZ | 11.4 | 15.07 | 21.71 | - |
| YUV | 97.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 125 | 0.62 | 0.06 | 0 | 0.51 | 185.45 | 0.45 | 0.34 |
| Hex | 30 | 76 | 7D | 3E | 6 | 0 | 33 | B9 | 2D | 22 |
| Octal | 60 | 166 | 175 | 76 | 6 | 0 | 63 | 271 | 55 | 42 |
| Binary | 110000 | 1110110 | 1111101 | 111110 | 110 | 0 | 110011 | 10111001 | 101101 | 100010 |
Color Harmonies of #30767D
Complementary color
Monochromatic Colors of #30767D
Black with #30767D
Text Example
Text Example
White with #30767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30767D; }
p { color: rgb(48,118,125); }
H1.HeaderClassName
{
color: #30767D;
}
.AnyTagClassName
{
color: #30767D;
}
</style>
background-color css
<style>
a { background-color: #30767D; }
a { background-color: rgb(48,118,125); }
div.DivClassName
{
background-color: #30767D;
}
.BgClassName
{
background-color: #30767D;
}
</style>
border-color css
<style>
span { border-color: #30767D; }
span { border-color: rgb(48,118,125); }
td.TdClassName
{
border-color: #30767D;
}
.TagClassName
{
border-color: #30767D;
}
</style>