Shades of Atoll #307174
Tints of Atoll #307174
RGB
CMYK
RGB Variations
Color information
#307174 (or 0x307174) is known color: Atoll. HEX triplet: 30, 71 and 74. RGB value is (48,113,116). Sum of RGB (Red+Green+Blue) = 48+113+116=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #307174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307174 is #CF8E8B. Grayscale: #5D5D5D. Windows color (decimal): -13602444 or 7631152. OLE color: 7631152.
HSL color Cylindrical-coordinate representation of color #307174: hue angle of 182.65º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307174 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 113 | 116 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.55 |
| HSL | 182.65º | 0.41% | 0.32% | - |
| HSV(B) | 182.65º | 0.59% | 0.45% | - |
| XYZ | 10.28 | 13.7 | 18.63 | - |
| YUV | 93.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 116 | 0.59 | 0.03 | 0 | 0.55 | 182.65 | 0.41 | 0.32 |
| Hex | 30 | 71 | 74 | 3B | 3 | 0 | 37 | B7 | 29 | 20 |
| Octal | 60 | 161 | 164 | 73 | 3 | 0 | 67 | 267 | 51 | 40 |
| Binary | 110000 | 1110001 | 1110100 | 111011 | 11 | 0 | 110111 | 10110111 | 101001 | 100000 |
Color Harmonies of #307174
Complementary color
Monochromatic Colors of #307174
Black with #307174
Text Example
Text Example
White with #307174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307174; }
p { color: rgb(48,113,116); }
H1.HeaderClassName
{
color: #307174;
}
.AnyTagClassName
{
color: #307174;
}
</style>
background-color css
<style>
a { background-color: #307174; }
a { background-color: rgb(48,113,116); }
div.DivClassName
{
background-color: #307174;
}
.BgClassName
{
background-color: #307174;
}
</style>
border-color css
<style>
span { border-color: #307174; }
span { border-color: rgb(48,113,116); }
td.TdClassName
{
border-color: #307174;
}
.TagClassName
{
border-color: #307174;
}
</style>