Shades of Atoll #307E7B
Tints of Atoll #307E7B
RGB
CMYK
RGB Variations
Color information
#307E7B (or 0x307E7B) is known color: Atoll. HEX triplet: 30, 7E and 7B. RGB value is (48,126,123). Sum of RGB (Red+Green+Blue) = 48+126+123=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 126 - color contains mainly: green. Hex color #307E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307E7B is #CF8184. Grayscale: #666666. Windows color (decimal): -13599109 or 8093232. OLE color: 8093232.
HSL color Cylindrical-coordinate representation of color #307E7B: hue angle of 177.69º 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 #307E7B is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 126 | 123 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.51 |
| HSL | 177.69º | 0.45% | 0.34% | - |
| HSV(B) | 177.69º | 0.62% | 0.49% | - |
| XYZ | 12.25 | 16.98 | 21.37 | - |
| YUV | 102.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 123 | 0.62 | 0 | 0.02 | 0.51 | 177.69 | 0.45 | 0.34 |
| Hex | 30 | 7E | 7B | 3E | 0 | 2 | 33 | B2 | 2D | 22 |
| Octal | 60 | 176 | 173 | 76 | 0 | 2 | 63 | 262 | 55 | 42 |
| Binary | 110000 | 1111110 | 1111011 | 111110 | 0 | 10 | 110011 | 10110010 | 101101 | 100010 |
Color Harmonies of #307E7B
Complementary color
Monochromatic Colors of #307E7B
Black with #307E7B
Text Example
Text Example
White with #307E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E7B; }
p { color: rgb(48,126,123); }
H1.HeaderClassName
{
color: #307E7B;
}
.AnyTagClassName
{
color: #307E7B;
}
</style>
background-color css
<style>
a { background-color: #307E7B; }
a { background-color: rgb(48,126,123); }
div.DivClassName
{
background-color: #307E7B;
}
.BgClassName
{
background-color: #307E7B;
}
</style>
border-color css
<style>
span { border-color: #307E7B; }
span { border-color: rgb(48,126,123); }
td.TdClassName
{
border-color: #307E7B;
}
.TagClassName
{
border-color: #307E7B;
}
</style>