Shades of Pelorous #3BA9B3
Tints of Pelorous #3BA9B3
RGB
CMYK
RGB Variations
Color information
#3BA9B3 (or 0x3BA9B3) is known color: Pelorous. HEX triplet: 3B, A9 and B3. RGB value is (59,169,179). Sum of RGB (Red+Green+Blue) = 59+169+179=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #3BA9B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA9B3 is #C4564C. Grayscale: #898989. Windows color (decimal): -12867149 or 11774267. OLE color: 11774267.
HSL color Cylindrical-coordinate representation of color #3BA9B3: hue angle of 185º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BA9B3 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 169 | 179 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.30 |
| HSL | 185º | 0.5% | 0.47% | - |
| HSV(B) | 185º | 0.67% | 0.7% | - |
| XYZ | 24.13 | 32.56 | 47.66 | - |
| YUV | 137.25 | 151.56 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 169 | 179 | 0.67 | 0.06 | 0 | 0.30 | 185 | 0.5 | 0.47 |
| Hex | 3B | A9 | B3 | 43 | 6 | 0 | 1E | B9 | 32 | 2F |
| Octal | 73 | 251 | 263 | 103 | 6 | 0 | 36 | 271 | 62 | 57 |
| Binary | 111011 | 10101001 | 10110011 | 1000011 | 110 | 0 | 11110 | 10111001 | 110010 | 101111 |
Color Harmonies of #3BA9B3
Complementary color
Monochromatic Colors of #3BA9B3
Black with #3BA9B3
Text Example
Text Example
White with #3BA9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA9B3; }
p { color: rgb(59,169,179); }
H1.HeaderClassName
{
color: #3BA9B3;
}
.AnyTagClassName
{
color: #3BA9B3;
}
</style>
background-color css
<style>
a { background-color: #3BA9B3; }
a { background-color: rgb(59,169,179); }
div.DivClassName
{
background-color: #3BA9B3;
}
.BgClassName
{
background-color: #3BA9B3;
}
</style>
border-color css
<style>
span { border-color: #3BA9B3; }
span { border-color: rgb(59,169,179); }
td.TdClassName
{
border-color: #3BA9B3;
}
.TagClassName
{
border-color: #3BA9B3;
}
</style>