Shades of Pelorous #3AA0BB
Tints of Pelorous #3AA0BB
RGB
CMYK
RGB Variations
Color information
#3AA0BB (or 0x3AA0BB) is known color: Pelorous. HEX triplet: 3A, A0 and BB. RGB value is (58,160,187). Sum of RGB (Red+Green+Blue) = 58+160+187=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #3AA0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA0BB is #C55F44. Grayscale: #848484. Windows color (decimal): -12934981 or 12296250. OLE color: 12296250.
HSL color Cylindrical-coordinate representation of color #3AA0BB: hue angle of 192.56º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AA0BB is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 160 | 187 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.27 |
| HSL | 192.56º | 0.53% | 0.48% | - |
| HSV(B) | 192.56º | 0.69% | 0.73% | - |
| XYZ | 23.29 | 29.63 | 51.51 | - |
| YUV | 132.58 | 158.71 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 187 | 0.69 | 0.14 | 0 | 0.27 | 192.56 | 0.53 | 0.48 |
| Hex | 3A | A0 | BB | 45 | E | 0 | 1B | C1 | 35 | 30 |
| Octal | 72 | 240 | 273 | 105 | 16 | 0 | 33 | 301 | 65 | 60 |
| Binary | 111010 | 10100000 | 10111011 | 1000101 | 1110 | 0 | 11011 | 11000001 | 110101 | 110000 |
Color Harmonies of #3AA0BB
Complementary color
Monochromatic Colors of #3AA0BB
Black with #3AA0BB
Text Example
Text Example
White with #3AA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA0BB; }
p { color: rgb(58,160,187); }
H1.HeaderClassName
{
color: #3AA0BB;
}
.AnyTagClassName
{
color: #3AA0BB;
}
</style>
background-color css
<style>
a { background-color: #3AA0BB; }
a { background-color: rgb(58,160,187); }
div.DivClassName
{
background-color: #3AA0BB;
}
.BgClassName
{
background-color: #3AA0BB;
}
</style>
border-color css
<style>
span { border-color: #3AA0BB; }
span { border-color: rgb(58,160,187); }
td.TdClassName
{
border-color: #3AA0BB;
}
.TagClassName
{
border-color: #3AA0BB;
}
</style>