Shades of Pelorous #399BC0
Tints of Pelorous #399BC0
RGB
CMYK
RGB Variations
Color information
#399BC0 (or 0x399BC0) is known color: Pelorous. HEX triplet: 39, 9B and C0. RGB value is (57,155,192). Sum of RGB (Red+Green+Blue) = 57+155+192=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #399BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BC0 is #C6643F. Grayscale: #818181. Windows color (decimal): -13001792 or 12622649. OLE color: 12622649.
HSL color Cylindrical-coordinate representation of color #399BC0: hue angle of 196.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #399BC0 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 155 | 192 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.25 |
| HSL | 196.44º | 0.54% | 0.49% | - |
| HSV(B) | 196.44º | 0.7% | 0.75% | - |
| XYZ | 22.92 | 28.12 | 54.09 | - |
| YUV | 129.92 | 163.03 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 192 | 0.70 | 0.19 | 0 | 0.25 | 196.44 | 0.54 | 0.49 |
| Hex | 39 | 9B | C0 | 46 | 13 | 0 | 19 | C4 | 36 | 31 |
| Octal | 71 | 233 | 300 | 106 | 23 | 0 | 31 | 304 | 66 | 61 |
| Binary | 111001 | 10011011 | 11000000 | 1000110 | 10011 | 0 | 11001 | 11000100 | 110110 | 110001 |
Color Harmonies of #399BC0
Complementary color
Monochromatic Colors of #399BC0
Black with #399BC0
Text Example
Text Example
White with #399BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BC0; }
p { color: rgb(57,155,192); }
H1.HeaderClassName
{
color: #399BC0;
}
.AnyTagClassName
{
color: #399BC0;
}
</style>
background-color css
<style>
a { background-color: #399BC0; }
a { background-color: rgb(57,155,192); }
div.DivClassName
{
background-color: #399BC0;
}
.BgClassName
{
background-color: #399BC0;
}
</style>
border-color css
<style>
span { border-color: #399BC0; }
span { border-color: rgb(57,155,192); }
td.TdClassName
{
border-color: #399BC0;
}
.TagClassName
{
border-color: #399BC0;
}
</style>