Shades of Pelorous #3BA2BA
Tints of Pelorous #3BA2BA
RGB
CMYK
RGB Variations
Color information
#3BA2BA (or 0x3BA2BA) is known color: Pelorous. HEX triplet: 3B, A2 and BA. RGB value is (59,162,186). Sum of RGB (Red+Green+Blue) = 59+162+186=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #3BA2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA2BA is #C45D45. Grayscale: #858585. Windows color (decimal): -12868934 or 12231227. OLE color: 12231227.
HSL color Cylindrical-coordinate representation of color #3BA2BA: hue angle of 191.34º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BA2BA is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 162 | 186 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.27 |
| HSL | 191.34º | 0.52% | 0.48% | - |
| HSV(B) | 191.34º | 0.68% | 0.73% | - |
| XYZ | 23.59 | 30.32 | 51.06 | - |
| YUV | 133.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 186 | 0.68 | 0.13 | 0 | 0.27 | 191.34 | 0.52 | 0.48 |
| Hex | 3B | A2 | BA | 44 | D | 0 | 1B | BF | 34 | 30 |
| Octal | 73 | 242 | 272 | 104 | 15 | 0 | 33 | 277 | 64 | 60 |
| Binary | 111011 | 10100010 | 10111010 | 1000100 | 1101 | 0 | 11011 | 10111111 | 110100 | 110000 |
Color Harmonies of #3BA2BA
Complementary color
Monochromatic Colors of #3BA2BA
Black with #3BA2BA
Text Example
Text Example
White with #3BA2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA2BA; }
p { color: rgb(59,162,186); }
H1.HeaderClassName
{
color: #3BA2BA;
}
.AnyTagClassName
{
color: #3BA2BA;
}
</style>
background-color css
<style>
a { background-color: #3BA2BA; }
a { background-color: rgb(59,162,186); }
div.DivClassName
{
background-color: #3BA2BA;
}
.BgClassName
{
background-color: #3BA2BA;
}
</style>
border-color css
<style>
span { border-color: #3BA2BA; }
span { border-color: rgb(59,162,186); }
td.TdClassName
{
border-color: #3BA2BA;
}
.TagClassName
{
border-color: #3BA2BA;
}
</style>