Shades of Pelorous #3BA2BC
Tints of Pelorous #3BA2BC
RGB
CMYK
RGB Variations
Color information
#3BA2BC (or 0x3BA2BC) is known color: Pelorous. HEX triplet: 3B, A2 and BC. RGB value is (59,162,188). Sum of RGB (Red+Green+Blue) = 59+162+188=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #3BA2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA2BC is #C45D43. Grayscale: #858585. Windows color (decimal): -12868932 or 12362299. OLE color: 12362299.
HSL color Cylindrical-coordinate representation of color #3BA2BC: hue angle of 192.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BA2BC is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 162 | 188 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.26 |
| HSL | 192.09º | 0.52% | 0.48% | - |
| HSV(B) | 192.09º | 0.69% | 0.74% | - |
| XYZ | 23.8 | 30.4 | 52.19 | - |
| YUV | 134.17 | 158.38 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 188 | 0.69 | 0.14 | 0 | 0.26 | 192.09 | 0.52 | 0.48 |
| Hex | 3B | A2 | BC | 45 | E | 0 | 1A | C0 | 34 | 30 |
| Octal | 73 | 242 | 274 | 105 | 16 | 0 | 32 | 300 | 64 | 60 |
| Binary | 111011 | 10100010 | 10111100 | 1000101 | 1110 | 0 | 11010 | 11000000 | 110100 | 110000 |
Color Harmonies of #3BA2BC
Complementary color
Monochromatic Colors of #3BA2BC
Black with #3BA2BC
Text Example
Text Example
White with #3BA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA2BC; }
p { color: rgb(59,162,188); }
H1.HeaderClassName
{
color: #3BA2BC;
}
.AnyTagClassName
{
color: #3BA2BC;
}
</style>
background-color css
<style>
a { background-color: #3BA2BC; }
a { background-color: rgb(59,162,188); }
div.DivClassName
{
background-color: #3BA2BC;
}
.BgClassName
{
background-color: #3BA2BC;
}
</style>
border-color css
<style>
span { border-color: #3BA2BC; }
span { border-color: rgb(59,162,188); }
td.TdClassName
{
border-color: #3BA2BC;
}
.TagClassName
{
border-color: #3BA2BC;
}
</style>