Shades of Pelorous #3BA0AF
Tints of Pelorous #3BA0AF
RGB
CMYK
RGB Variations
Color information
#3BA0AF (or 0x3BA0AF) is known color: Pelorous. HEX triplet: 3B, A0 and AF. RGB value is (59,160,175). Sum of RGB (Red+Green+Blue) = 59+160+175=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #3BA0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA0AF is #C45F50. Grayscale: #838383. Windows color (decimal): -12869457 or 11509819. OLE color: 11509819.
HSL color Cylindrical-coordinate representation of color #3BA0AF: hue angle of 187.76º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BA0AF is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 160 | 175 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.31 |
| HSL | 187.76º | 0.5% | 0.46% | - |
| HSV(B) | 187.76º | 0.66% | 0.69% | - |
| XYZ | 22.11 | 29.17 | 45.02 | - |
| YUV | 131.51 | 152.54 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 175 | 0.66 | 0.09 | 0 | 0.31 | 187.76 | 0.5 | 0.46 |
| Hex | 3B | A0 | AF | 42 | 9 | 0 | 1F | BC | 32 | 2E |
| Octal | 73 | 240 | 257 | 102 | 11 | 0 | 37 | 274 | 62 | 56 |
| Binary | 111011 | 10100000 | 10101111 | 1000010 | 1001 | 0 | 11111 | 10111100 | 110010 | 101110 |
Color Harmonies of #3BA0AF
Complementary color
Monochromatic Colors of #3BA0AF
Black with #3BA0AF
Text Example
Text Example
White with #3BA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA0AF; }
p { color: rgb(59,160,175); }
H1.HeaderClassName
{
color: #3BA0AF;
}
.AnyTagClassName
{
color: #3BA0AF;
}
</style>
background-color css
<style>
a { background-color: #3BA0AF; }
a { background-color: rgb(59,160,175); }
div.DivClassName
{
background-color: #3BA0AF;
}
.BgClassName
{
background-color: #3BA0AF;
}
</style>
border-color css
<style>
span { border-color: #3BA0AF; }
span { border-color: rgb(59,160,175); }
td.TdClassName
{
border-color: #3BA0AF;
}
.TagClassName
{
border-color: #3BA0AF;
}
</style>