Shades of Pelorous #3BA0B0
Tints of Pelorous #3BA0B0
RGB
CMYK
RGB Variations
Color information
#3BA0B0 (or 0x3BA0B0) is known color: Pelorous. HEX triplet: 3B, A0 and B0. RGB value is (59,160,176). Sum of RGB (Red+Green+Blue) = 59+160+176=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #3BA0B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA0B0 is #C45F4F. Grayscale: #838383. Windows color (decimal): -12869456 or 11575355. OLE color: 11575355.
HSL color Cylindrical-coordinate representation of color #3BA0B0: hue angle of 188.21º 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 #3BA0B0 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 160 | 176 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.31 |
| HSL | 188.21º | 0.5% | 0.46% | - |
| HSV(B) | 188.21º | 0.66% | 0.69% | - |
| XYZ | 22.21 | 29.21 | 45.54 | - |
| YUV | 131.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 176 | 0.66 | 0.09 | 0 | 0.31 | 188.21 | 0.5 | 0.46 |
| Hex | 3B | A0 | B0 | 42 | 9 | 0 | 1F | BC | 32 | 2E |
| Octal | 73 | 240 | 260 | 102 | 11 | 0 | 37 | 274 | 62 | 56 |
| Binary | 111011 | 10100000 | 10110000 | 1000010 | 1001 | 0 | 11111 | 10111100 | 110010 | 101110 |
Color Harmonies of #3BA0B0
Complementary color
Monochromatic Colors of #3BA0B0
Black with #3BA0B0
Text Example
Text Example
White with #3BA0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA0B0; }
p { color: rgb(59,160,176); }
H1.HeaderClassName
{
color: #3BA0B0;
}
.AnyTagClassName
{
color: #3BA0B0;
}
</style>
background-color css
<style>
a { background-color: #3BA0B0; }
a { background-color: rgb(59,160,176); }
div.DivClassName
{
background-color: #3BA0B0;
}
.BgClassName
{
background-color: #3BA0B0;
}
</style>
border-color css
<style>
span { border-color: #3BA0B0; }
span { border-color: rgb(59,160,176); }
td.TdClassName
{
border-color: #3BA0B0;
}
.TagClassName
{
border-color: #3BA0B0;
}
</style>