Shades of Pelorous #39A3B9
Tints of Pelorous #39A3B9
RGB
CMYK
RGB Variations
Color information
#39A3B9 (or 0x39A3B9) is known color: Pelorous. HEX triplet: 39, A3 and B9. RGB value is (57,163,185). Sum of RGB (Red+Green+Blue) = 57+163+185=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #39A3B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A3B9 is #C65C46. Grayscale: #858585. Windows color (decimal): -12999751 or 12165945. OLE color: 12165945.
HSL color Cylindrical-coordinate representation of color #39A3B9: hue angle of 190.31º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39A3B9 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 163 | 185 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.27 |
| HSL | 190.31º | 0.53% | 0.47% | - |
| HSV(B) | 190.31º | 0.69% | 0.73% | - |
| XYZ | 23.54 | 30.57 | 50.56 | - |
| YUV | 133.81 | 156.88 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 163 | 185 | 0.69 | 0.12 | 0 | 0.27 | 190.31 | 0.53 | 0.47 |
| Hex | 39 | A3 | B9 | 45 | C | 0 | 1B | BE | 35 | 2F |
| Octal | 71 | 243 | 271 | 105 | 14 | 0 | 33 | 276 | 65 | 57 |
| Binary | 111001 | 10100011 | 10111001 | 1000101 | 1100 | 0 | 11011 | 10111110 | 110101 | 101111 |
Color Harmonies of #39A3B9
Complementary color
Monochromatic Colors of #39A3B9
Black with #39A3B9
Text Example
Text Example
White with #39A3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A3B9; }
p { color: rgb(57,163,185); }
H1.HeaderClassName
{
color: #39A3B9;
}
.AnyTagClassName
{
color: #39A3B9;
}
</style>
background-color css
<style>
a { background-color: #39A3B9; }
a { background-color: rgb(57,163,185); }
div.DivClassName
{
background-color: #39A3B9;
}
.BgClassName
{
background-color: #39A3B9;
}
</style>
border-color css
<style>
span { border-color: #39A3B9; }
span { border-color: rgb(57,163,185); }
td.TdClassName
{
border-color: #39A3B9;
}
.TagClassName
{
border-color: #39A3B9;
}
</style>