Shades of Pelorous #3BA0BE
Tints of Pelorous #3BA0BE
RGB
CMYK
RGB Variations
Color information
#3BA0BE (or 0x3BA0BE) is known color: Pelorous. HEX triplet: 3B, A0 and BE. RGB value is (59,160,190). Sum of RGB (Red+Green+Blue) = 59+160+190=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #3BA0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA0BE is #C45F41. Grayscale: #858585. Windows color (decimal): -12869442 or 12492859. OLE color: 12492859.
HSL color Cylindrical-coordinate representation of color #3BA0BE: hue angle of 193.74º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BA0BE is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 160 | 190 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.25 |
| HSL | 193.74º | 0.53% | 0.49% | - |
| HSV(B) | 193.74º | 0.69% | 0.75% | - |
| XYZ | 23.67 | 29.79 | 53.22 | - |
| YUV | 133.22 | 160.04 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 190 | 0.69 | 0.16 | 0 | 0.25 | 193.74 | 0.53 | 0.49 |
| Hex | 3B | A0 | BE | 45 | 10 | 0 | 19 | C2 | 35 | 31 |
| Octal | 73 | 240 | 276 | 105 | 20 | 0 | 31 | 302 | 65 | 61 |
| Binary | 111011 | 10100000 | 10111110 | 1000101 | 10000 | 0 | 11001 | 11000010 | 110101 | 110001 |
Color Harmonies of #3BA0BE
Complementary color
Monochromatic Colors of #3BA0BE
Black with #3BA0BE
Text Example
Text Example
White with #3BA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA0BE; }
p { color: rgb(59,160,190); }
H1.HeaderClassName
{
color: #3BA0BE;
}
.AnyTagClassName
{
color: #3BA0BE;
}
</style>
background-color css
<style>
a { background-color: #3BA0BE; }
a { background-color: rgb(59,160,190); }
div.DivClassName
{
background-color: #3BA0BE;
}
.BgClassName
{
background-color: #3BA0BE;
}
</style>
border-color css
<style>
span { border-color: #3BA0BE; }
span { border-color: rgb(59,160,190); }
td.TdClassName
{
border-color: #3BA0BE;
}
.TagClassName
{
border-color: #3BA0BE;
}
</style>