Shades of Pelorous #399EC4
Tints of Pelorous #399EC4
RGB
CMYK
RGB Variations
Color information
#399EC4 (or 0x399EC4) is known color: Pelorous. HEX triplet: 39, 9E and C4. RGB value is (57,158,196). Sum of RGB (Red+Green+Blue) = 57+158+196=411 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.87% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 196 - color contains mainly: blue. Hex color #399EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EC4 is #C6613B. Grayscale: #838383. Windows color (decimal): -13001020 or 12885561. OLE color: 12885561.
HSL color Cylindrical-coordinate representation of color #399EC4: hue angle of 196.4º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #399EC4 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 158 | 196 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.23 |
| HSL | 196.4º | 0.55% | 0.5% | - |
| HSV(B) | 196.4º | 0.71% | 0.77% | - |
| XYZ | 23.88 | 29.31 | 56.62 | - |
| YUV | 132.13 | 164.04 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 158 | 196 | 0.71 | 0.19 | 0 | 0.23 | 196.4 | 0.55 | 0.5 |
| Hex | 39 | 9E | C4 | 47 | 13 | 0 | 17 | C4 | 37 | 32 |
| Octal | 71 | 236 | 304 | 107 | 23 | 0 | 27 | 304 | 67 | 62 |
| Binary | 111001 | 10011110 | 11000100 | 1000111 | 10011 | 0 | 10111 | 11000100 | 110111 | 110010 |
Color Harmonies of #399EC4
Complementary color
Monochromatic Colors of #399EC4
Black with #399EC4
Text Example
Text Example
White with #399EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399EC4; }
p { color: rgb(57,158,196); }
H1.HeaderClassName
{
color: #399EC4;
}
.AnyTagClassName
{
color: #399EC4;
}
</style>
background-color css
<style>
a { background-color: #399EC4; }
a { background-color: rgb(57,158,196); }
div.DivClassName
{
background-color: #399EC4;
}
.BgClassName
{
background-color: #399EC4;
}
</style>
border-color css
<style>
span { border-color: #399EC4; }
span { border-color: rgb(57,158,196); }
td.TdClassName
{
border-color: #399EC4;
}
.TagClassName
{
border-color: #399EC4;
}
</style>