Shades of Pelorous #369BC5
Tints of Pelorous #369BC5
RGB
CMYK
RGB Variations
Color information
#369BC5 (or 0x369BC5) is known color: Pelorous. HEX triplet: 36, 9B and C5. RGB value is (54,155,197). Sum of RGB (Red+Green+Blue) = 54+155+197=406 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.30% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #369BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BC5 is #C9643A. Grayscale: #818181. Windows color (decimal): -13198395 or 12950326. OLE color: 12950326.
HSL color Cylindrical-coordinate representation of color #369BC5: hue angle of 197.62º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #369BC5 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 155 | 197 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.23 |
| HSL | 197.62º | 0.57% | 0.49% | - |
| HSV(B) | 197.62º | 0.73% | 0.77% | - |
| XYZ | 23.32 | 28.26 | 57.05 | - |
| YUV | 129.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 197 | 0.73 | 0.21 | 0 | 0.23 | 197.62 | 0.57 | 0.49 |
| Hex | 36 | 9B | C5 | 49 | 15 | 0 | 17 | C6 | 39 | 31 |
| Octal | 66 | 233 | 305 | 111 | 25 | 0 | 27 | 306 | 71 | 61 |
| Binary | 110110 | 10011011 | 11000101 | 1001001 | 10101 | 0 | 10111 | 11000110 | 111001 | 110001 |
Color Harmonies of #369BC5
Complementary color
Monochromatic Colors of #369BC5
Black with #369BC5
Text Example
Text Example
White with #369BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369BC5; }
p { color: rgb(54,155,197); }
H1.HeaderClassName
{
color: #369BC5;
}
.AnyTagClassName
{
color: #369BC5;
}
</style>
background-color css
<style>
a { background-color: #369BC5; }
a { background-color: rgb(54,155,197); }
div.DivClassName
{
background-color: #369BC5;
}
.BgClassName
{
background-color: #369BC5;
}
</style>
border-color css
<style>
span { border-color: #369BC5; }
span { border-color: rgb(54,155,197); }
td.TdClassName
{
border-color: #369BC5;
}
.TagClassName
{
border-color: #369BC5;
}
</style>