Shades of Pelorous #399EBD
Tints of Pelorous #399EBD
RGB
CMYK
RGB Variations
Color information
#399EBD (or 0x399EBD) is known color: Pelorous. HEX triplet: 39, 9E and BD. RGB value is (57,158,189). Sum of RGB (Red+Green+Blue) = 57+158+189=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #399EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EBD is #C66142. Grayscale: #838383. Windows color (decimal): -13001027 or 12426809. OLE color: 12426809.
HSL color Cylindrical-coordinate representation of color #399EBD: hue angle of 194.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #399EBD is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 158 | 189 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.26 |
| HSL | 194.09º | 0.54% | 0.48% | - |
| HSV(B) | 194.09º | 0.7% | 0.74% | - |
| XYZ | 23.1 | 29 | 52.52 | - |
| YUV | 131.34 | 160.54 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 158 | 189 | 0.70 | 0.16 | 0 | 0.26 | 194.09 | 0.54 | 0.48 |
| Hex | 39 | 9E | BD | 46 | 10 | 0 | 1A | C2 | 36 | 30 |
| Octal | 71 | 236 | 275 | 106 | 20 | 0 | 32 | 302 | 66 | 60 |
| Binary | 111001 | 10011110 | 10111101 | 1000110 | 10000 | 0 | 11010 | 11000010 | 110110 | 110000 |
Color Harmonies of #399EBD
Complementary color
Monochromatic Colors of #399EBD
Black with #399EBD
Text Example
Text Example
White with #399EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399EBD; }
p { color: rgb(57,158,189); }
H1.HeaderClassName
{
color: #399EBD;
}
.AnyTagClassName
{
color: #399EBD;
}
</style>
background-color css
<style>
a { background-color: #399EBD; }
a { background-color: rgb(57,158,189); }
div.DivClassName
{
background-color: #399EBD;
}
.BgClassName
{
background-color: #399EBD;
}
</style>
border-color css
<style>
span { border-color: #399EBD; }
span { border-color: rgb(57,158,189); }
td.TdClassName
{
border-color: #399EBD;
}
.TagClassName
{
border-color: #399EBD;
}
</style>