Shades of Atoll #307C83
Tints of Atoll #307C83
RGB
CMYK
RGB Variations
Color information
#307C83 (or 0x307C83) is known color: Atoll. HEX triplet: 30, 7C and 83. RGB value is (48,124,131). Sum of RGB (Red+Green+Blue) = 48+124+131=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #307C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C83 is #CF837C. Grayscale: #656565. Windows color (decimal): -13599613 or 8617008. OLE color: 8617008.
HSL color Cylindrical-coordinate representation of color #307C83: hue angle of 185.06º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307C83 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 124 | 131 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.49 |
| HSL | 185.06º | 0.46% | 0.35% | - |
| HSV(B) | 185.06º | 0.63% | 0.51% | - |
| XYZ | 12.52 | 16.68 | 24.03 | - |
| YUV | 102.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 131 | 0.63 | 0.05 | 0 | 0.49 | 185.06 | 0.46 | 0.35 |
| Hex | 30 | 7C | 83 | 3F | 5 | 0 | 31 | B9 | 2E | 23 |
| Octal | 60 | 174 | 203 | 77 | 5 | 0 | 61 | 271 | 56 | 43 |
| Binary | 110000 | 1111100 | 10000011 | 111111 | 101 | 0 | 110001 | 10111001 | 101110 | 100011 |
Color Harmonies of #307C83
Complementary color
Monochromatic Colors of #307C83
Black with #307C83
Text Example
Text Example
White with #307C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C83; }
p { color: rgb(48,124,131); }
H1.HeaderClassName
{
color: #307C83;
}
.AnyTagClassName
{
color: #307C83;
}
</style>
background-color css
<style>
a { background-color: #307C83; }
a { background-color: rgb(48,124,131); }
div.DivClassName
{
background-color: #307C83;
}
.BgClassName
{
background-color: #307C83;
}
</style>
border-color css
<style>
span { border-color: #307C83; }
span { border-color: rgb(48,124,131); }
td.TdClassName
{
border-color: #307C83;
}
.TagClassName
{
border-color: #307C83;
}
</style>