Shades of Pelorous #369EC7
Tints of Pelorous #369EC7
RGB
CMYK
RGB Variations
Color information
#369EC7 (or 0x369EC7) is known color: Pelorous. HEX triplet: 36, 9E and C7. RGB value is (54,158,199). Sum of RGB (Red+Green+Blue) = 54+158+199=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 199 - color contains mainly: blue. Hex color #369EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369EC7 is #C96138. Grayscale: #838383. Windows color (decimal): -13197625 or 13082166. OLE color: 13082166.
HSL color Cylindrical-coordinate representation of color #369EC7: hue angle of 196.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #369EC7 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 158 | 199 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.22 |
| HSL | 196.97º | 0.57% | 0.5% | - |
| HSV(B) | 196.97º | 0.73% | 0.78% | - |
| XYZ | 24.06 | 29.36 | 58.43 | - |
| YUV | 131.58 | 166.04 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 199 | 0.73 | 0.21 | 0 | 0.22 | 196.97 | 0.57 | 0.5 |
| Hex | 36 | 9E | C7 | 49 | 15 | 0 | 16 | C5 | 39 | 32 |
| Octal | 66 | 236 | 307 | 111 | 25 | 0 | 26 | 305 | 71 | 62 |
| Binary | 110110 | 10011110 | 11000111 | 1001001 | 10101 | 0 | 10110 | 11000101 | 111001 | 110010 |
Color Harmonies of #369EC7
Complementary color
Monochromatic Colors of #369EC7
Black with #369EC7
Text Example
Text Example
White with #369EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369EC7; }
p { color: rgb(54,158,199); }
H1.HeaderClassName
{
color: #369EC7;
}
.AnyTagClassName
{
color: #369EC7;
}
</style>
background-color css
<style>
a { background-color: #369EC7; }
a { background-color: rgb(54,158,199); }
div.DivClassName
{
background-color: #369EC7;
}
.BgClassName
{
background-color: #369EC7;
}
</style>
border-color css
<style>
span { border-color: #369EC7; }
span { border-color: rgb(54,158,199); }
td.TdClassName
{
border-color: #369EC7;
}
.TagClassName
{
border-color: #369EC7;
}
</style>