Shades of Pelorous #39A4BE
Tints of Pelorous #39A4BE
RGB
CMYK
RGB Variations
Color information
#39A4BE (or 0x39A4BE) is known color: Pelorous. HEX triplet: 39, A4 and BE. RGB value is (57,164,190). Sum of RGB (Red+Green+Blue) = 57+164+190=411 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.87% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #39A4BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A4BE is #C65B41. Grayscale: #868686. Windows color (decimal): -12999490 or 12493881. OLE color: 12493881.
HSL color Cylindrical-coordinate representation of color #39A4BE: hue angle of 191.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39A4BE is Cyan = 0.7, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 164 | 190 | - |
| CMYK | 0.7 | 0.14 | 0 | 0.25 |
| HSL | 191.73º | 0.54% | 0.48% | - |
| HSV(B) | 191.73º | 0.7% | 0.75% | - |
| XYZ | 24.26 | 31.14 | 53.45 | - |
| YUV | 134.97 | 159.05 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 164 | 190 | 0.7 | 0.14 | 0 | 0.25 | 191.73 | 0.54 | 0.48 |
| Hex | 39 | A4 | BE | 46 | E | 0 | 19 | C0 | 36 | 30 |
| Octal | 71 | 244 | 276 | 106 | 16 | 0 | 31 | 300 | 66 | 60 |
| Binary | 111001 | 10100100 | 10111110 | 1000110 | 1110 | 0 | 11001 | 11000000 | 110110 | 110000 |
Color Harmonies of #39A4BE
Complementary color
Monochromatic Colors of #39A4BE
Black with #39A4BE
Text Example
Text Example
White with #39A4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A4BE; }
p { color: rgb(57,164,190); }
H1.HeaderClassName
{
color: #39A4BE;
}
.AnyTagClassName
{
color: #39A4BE;
}
</style>
background-color css
<style>
a { background-color: #39A4BE; }
a { background-color: rgb(57,164,190); }
div.DivClassName
{
background-color: #39A4BE;
}
.BgClassName
{
background-color: #39A4BE;
}
</style>
border-color css
<style>
span { border-color: #39A4BE; }
span { border-color: rgb(57,164,190); }
td.TdClassName
{
border-color: #39A4BE;
}
.TagClassName
{
border-color: #39A4BE;
}
</style>