Shades of Pelorous #369FC5
Tints of Pelorous #369FC5
RGB
CMYK
RGB Variations
Color information
#369FC5 (or 0x369FC5) is known color: Pelorous. HEX triplet: 36, 9F and C5. RGB value is (54,159,197). Sum of RGB (Red+Green+Blue) = 54+159+197=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #369FC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369FC5 is #C9603A. Grayscale: #838383. Windows color (decimal): -13197371 or 12951350. OLE color: 12951350.
HSL color Cylindrical-coordinate representation of color #369FC5: hue angle of 195.94º 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 #369FC5 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 159 | 197 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.23 |
| HSL | 195.94º | 0.57% | 0.49% | - |
| HSV(B) | 195.94º | 0.73% | 0.77% | - |
| XYZ | 24 | 29.61 | 57.27 | - |
| YUV | 131.94 | 164.71 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 197 | 0.73 | 0.19 | 0 | 0.23 | 195.94 | 0.57 | 0.49 |
| Hex | 36 | 9F | C5 | 49 | 13 | 0 | 17 | C4 | 39 | 31 |
| Octal | 66 | 237 | 305 | 111 | 23 | 0 | 27 | 304 | 71 | 61 |
| Binary | 110110 | 10011111 | 11000101 | 1001001 | 10011 | 0 | 10111 | 11000100 | 111001 | 110001 |
Color Harmonies of #369FC5
Complementary color
Monochromatic Colors of #369FC5
Black with #369FC5
Text Example
Text Example
White with #369FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369FC5; }
p { color: rgb(54,159,197); }
H1.HeaderClassName
{
color: #369FC5;
}
.AnyTagClassName
{
color: #369FC5;
}
</style>
background-color css
<style>
a { background-color: #369FC5; }
a { background-color: rgb(54,159,197); }
div.DivClassName
{
background-color: #369FC5;
}
.BgClassName
{
background-color: #369FC5;
}
</style>
border-color css
<style>
span { border-color: #369FC5; }
span { border-color: rgb(54,159,197); }
td.TdClassName
{
border-color: #369FC5;
}
.TagClassName
{
border-color: #369FC5;
}
</style>