Shades of Pelorous #399DB5
Tints of Pelorous #399DB5
RGB
CMYK
RGB Variations
Color information
#399DB5 (or 0x399DB5) is known color: Pelorous. HEX triplet: 39, 9D and B5. RGB value is (57,157,181). Sum of RGB (Red+Green+Blue) = 57+157+181=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #399DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DB5 is #C6624A. Grayscale: #818181. Windows color (decimal): -13001291 or 11902265. OLE color: 11902265.
HSL color Cylindrical-coordinate representation of color #399DB5: hue angle of 191.61º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #399DB5 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 157 | 181 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.29 |
| HSL | 191.61º | 0.52% | 0.47% | - |
| HSV(B) | 191.61º | 0.69% | 0.71% | - |
| XYZ | 22.08 | 28.32 | 48.02 | - |
| YUV | 129.84 | 156.87 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 181 | 0.69 | 0.13 | 0 | 0.29 | 191.61 | 0.52 | 0.47 |
| Hex | 39 | 9D | B5 | 45 | D | 0 | 1D | C0 | 34 | 2F |
| Octal | 71 | 235 | 265 | 105 | 15 | 0 | 35 | 300 | 64 | 57 |
| Binary | 111001 | 10011101 | 10110101 | 1000101 | 1101 | 0 | 11101 | 11000000 | 110100 | 101111 |
Color Harmonies of #399DB5
Complementary color
Monochromatic Colors of #399DB5
Black with #399DB5
Text Example
Text Example
White with #399DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399DB5; }
p { color: rgb(57,157,181); }
H1.HeaderClassName
{
color: #399DB5;
}
.AnyTagClassName
{
color: #399DB5;
}
</style>
background-color css
<style>
a { background-color: #399DB5; }
a { background-color: rgb(57,157,181); }
div.DivClassName
{
background-color: #399DB5;
}
.BgClassName
{
background-color: #399DB5;
}
</style>
border-color css
<style>
span { border-color: #399DB5; }
span { border-color: rgb(57,157,181); }
td.TdClassName
{
border-color: #399DB5;
}
.TagClassName
{
border-color: #399DB5;
}
</style>