Shades of Pelorous #39A8B7
Tints of Pelorous #39A8B7
RGB
CMYK
RGB Variations
Color information
#39A8B7 (or 0x39A8B7) is known color: Pelorous. HEX triplet: 39, A8 and B7. RGB value is (57,168,183). Sum of RGB (Red+Green+Blue) = 57+168+183=408 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.97% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #39A8B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A8B7 is #C65748. Grayscale: #888888. Windows color (decimal): -12998473 or 12036153. OLE color: 12036153.
HSL color Cylindrical-coordinate representation of color #39A8B7: hue angle of 187.14º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39A8B7 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 57 | 168 | 183 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.28 |
| HSL | 187.14º | 0.53% | 0.47% | - |
| HSV(B) | 187.14º | 0.69% | 0.72% | - |
| XYZ | 24.24 | 32.29 | 49.76 | - |
| YUV | 136.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 168 | 183 | 0.69 | 0.08 | 0 | 0.28 | 187.14 | 0.53 | 0.47 |
| Hex | 39 | A8 | B7 | 45 | 8 | 0 | 1C | BB | 34 | 2F |
| Octal | 71 | 250 | 267 | 105 | 10 | 0 | 34 | 273 | 64 | 57 |
| Binary | 111001 | 10101000 | 10110111 | 1000101 | 1000 | 0 | 11100 | 10111011 | 110100 | 101111 |
Color Harmonies of #39A8B7
Complementary color
Monochromatic Colors of #39A8B7
Black with #39A8B7
Text Example
Text Example
White with #39A8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A8B7; }
p { color: rgb(57,168,183); }
H1.HeaderClassName
{
color: #39A8B7;
}
.AnyTagClassName
{
color: #39A8B7;
}
</style>
background-color css
<style>
a { background-color: #39A8B7; }
a { background-color: rgb(57,168,183); }
div.DivClassName
{
background-color: #39A8B7;
}
.BgClassName
{
background-color: #39A8B7;
}
</style>
border-color css
<style>
span { border-color: #39A8B7; }
span { border-color: rgb(57,168,183); }
td.TdClassName
{
border-color: #39A8B7;
}
.TagClassName
{
border-color: #39A8B7;
}
</style>