Shades of Pelorous #3BA2AD
Tints of Pelorous #3BA2AD
RGB
CMYK
RGB Variations
Color information
#3BA2AD (or 0x3BA2AD) is known color: Pelorous. HEX triplet: 3B, A2 and AD. RGB value is (59,162,173). Sum of RGB (Red+Green+Blue) = 59+162+173=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #3BA2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA2AD is #C45D52. Grayscale: #848484. Windows color (decimal): -12868947 or 11379259. OLE color: 11379259.
HSL color Cylindrical-coordinate representation of color #3BA2AD: hue angle of 185.79º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BA2AD is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 162 | 173 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.32 |
| HSL | 185.79º | 0.49% | 0.45% | - |
| HSV(B) | 185.79º | 0.66% | 0.68% | - |
| XYZ | 22.27 | 29.79 | 44.11 | - |
| YUV | 132.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 173 | 0.66 | 0.06 | 0 | 0.32 | 185.79 | 0.49 | 0.45 |
| Hex | 3B | A2 | AD | 42 | 6 | 0 | 20 | BA | 31 | 2D |
| Octal | 73 | 242 | 255 | 102 | 6 | 0 | 40 | 272 | 61 | 55 |
| Binary | 111011 | 10100010 | 10101101 | 1000010 | 110 | 0 | 100000 | 10111010 | 110001 | 101101 |
Color Harmonies of #3BA2AD
Complementary color
Monochromatic Colors of #3BA2AD
Black with #3BA2AD
Text Example
Text Example
White with #3BA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA2AD; }
p { color: rgb(59,162,173); }
H1.HeaderClassName
{
color: #3BA2AD;
}
.AnyTagClassName
{
color: #3BA2AD;
}
</style>
background-color css
<style>
a { background-color: #3BA2AD; }
a { background-color: rgb(59,162,173); }
div.DivClassName
{
background-color: #3BA2AD;
}
.BgClassName
{
background-color: #3BA2AD;
}
</style>
border-color css
<style>
span { border-color: #3BA2AD; }
span { border-color: rgb(59,162,173); }
td.TdClassName
{
border-color: #3BA2AD;
}
.TagClassName
{
border-color: #3BA2AD;
}
</style>