Shades of Pelorous #399DB6
Tints of Pelorous #399DB6
RGB
CMYK
RGB Variations
Color information
#399DB6 (or 0x399DB6) is known color: Pelorous. HEX triplet: 39, 9D and B6. RGB value is (57,157,182). Sum of RGB (Red+Green+Blue) = 57+157+182=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #399DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DB6 is #C66249. Grayscale: #818181. Windows color (decimal): -13001290 or 11967801. OLE color: 11967801.
HSL color Cylindrical-coordinate representation of color #399DB6: hue angle of 192º 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 #399DB6 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 157 | 182 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.29 |
| HSL | 192º | 0.52% | 0.47% | - |
| HSV(B) | 192º | 0.69% | 0.71% | - |
| XYZ | 22.19 | 28.36 | 48.56 | - |
| YUV | 129.95 | 157.37 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 182 | 0.69 | 0.14 | 0 | 0.29 | 192 | 0.52 | 0.47 |
| Hex | 39 | 9D | B6 | 45 | E | 0 | 1D | C0 | 34 | 2F |
| Octal | 71 | 235 | 266 | 105 | 16 | 0 | 35 | 300 | 64 | 57 |
| Binary | 111001 | 10011101 | 10110110 | 1000101 | 1110 | 0 | 11101 | 11000000 | 110100 | 101111 |
Color Harmonies of #399DB6
Complementary color
Monochromatic Colors of #399DB6
Black with #399DB6
Text Example
Text Example
White with #399DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399DB6; }
p { color: rgb(57,157,182); }
H1.HeaderClassName
{
color: #399DB6;
}
.AnyTagClassName
{
color: #399DB6;
}
</style>
background-color css
<style>
a { background-color: #399DB6; }
a { background-color: rgb(57,157,182); }
div.DivClassName
{
background-color: #399DB6;
}
.BgClassName
{
background-color: #399DB6;
}
</style>
border-color css
<style>
span { border-color: #399DB6; }
span { border-color: rgb(57,157,182); }
td.TdClassName
{
border-color: #399DB6;
}
.TagClassName
{
border-color: #399DB6;
}
</style>