Shades of Pelorous #369DB7
Tints of Pelorous #369DB7
RGB
CMYK
RGB Variations
Color information
#369DB7 (or 0x369DB7) is known color: Pelorous. HEX triplet: 36, 9D and B7. RGB value is (54,157,183). Sum of RGB (Red+Green+Blue) = 54+157+183=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #369DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369DB7 is #C96248. Grayscale: #808080. Windows color (decimal): -13197897 or 12033334. OLE color: 12033334.
HSL color Cylindrical-coordinate representation of color #369DB7: hue angle of 192.09º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #369DB7 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 157 | 183 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.28 |
| HSL | 192.09º | 0.54% | 0.46% | - |
| HSV(B) | 192.09º | 0.7% | 0.72% | - |
| XYZ | 22.13 | 28.32 | 49.1 | - |
| YUV | 129.17 | 158.38 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 183 | 0.70 | 0.14 | 0 | 0.28 | 192.09 | 0.54 | 0.46 |
| Hex | 36 | 9D | B7 | 46 | E | 0 | 1C | C0 | 36 | 2E |
| Octal | 66 | 235 | 267 | 106 | 16 | 0 | 34 | 300 | 66 | 56 |
| Binary | 110110 | 10011101 | 10110111 | 1000110 | 1110 | 0 | 11100 | 11000000 | 110110 | 101110 |
Color Harmonies of #369DB7
Complementary color
Monochromatic Colors of #369DB7
Black with #369DB7
Text Example
Text Example
White with #369DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369DB7; }
p { color: rgb(54,157,183); }
H1.HeaderClassName
{
color: #369DB7;
}
.AnyTagClassName
{
color: #369DB7;
}
</style>
background-color css
<style>
a { background-color: #369DB7; }
a { background-color: rgb(54,157,183); }
div.DivClassName
{
background-color: #369DB7;
}
.BgClassName
{
background-color: #369DB7;
}
</style>
border-color css
<style>
span { border-color: #369DB7; }
span { border-color: rgb(54,157,183); }
td.TdClassName
{
border-color: #369DB7;
}
.TagClassName
{
border-color: #369DB7;
}
</style>