Shades of Pelorous #3BA5AD
Tints of Pelorous #3BA5AD
RGB
CMYK
RGB Variations
Color information
#3BA5AD (or 0x3BA5AD) is known color: Pelorous. HEX triplet: 3B, A5 and AD. RGB value is (59,165,173). Sum of RGB (Red+Green+Blue) = 59+165+173=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #3BA5AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA5AD is #C45A52. Grayscale: #868686. Windows color (decimal): -12868179 or 11380027. OLE color: 11380027.
HSL color Cylindrical-coordinate representation of color #3BA5AD: hue angle of 184.21º 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 #3BA5AD is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 165 | 173 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.32 |
| HSL | 184.21º | 0.49% | 0.45% | - |
| HSV(B) | 184.21º | 0.66% | 0.68% | - |
| XYZ | 22.8 | 30.86 | 44.29 | - |
| YUV | 134.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 173 | 0.66 | 0.05 | 0 | 0.32 | 184.21 | 0.49 | 0.45 |
| Hex | 3B | A5 | AD | 42 | 5 | 0 | 20 | B8 | 31 | 2D |
| Octal | 73 | 245 | 255 | 102 | 5 | 0 | 40 | 270 | 61 | 55 |
| Binary | 111011 | 10100101 | 10101101 | 1000010 | 101 | 0 | 100000 | 10111000 | 110001 | 101101 |
Color Harmonies of #3BA5AD
Complementary color
Monochromatic Colors of #3BA5AD
Black with #3BA5AD
Text Example
Text Example
White with #3BA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA5AD; }
p { color: rgb(59,165,173); }
H1.HeaderClassName
{
color: #3BA5AD;
}
.AnyTagClassName
{
color: #3BA5AD;
}
</style>
background-color css
<style>
a { background-color: #3BA5AD; }
a { background-color: rgb(59,165,173); }
div.DivClassName
{
background-color: #3BA5AD;
}
.BgClassName
{
background-color: #3BA5AD;
}
</style>
border-color css
<style>
span { border-color: #3BA5AD; }
span { border-color: rgb(59,165,173); }
td.TdClassName
{
border-color: #3BA5AD;
}
.TagClassName
{
border-color: #3BA5AD;
}
</style>