Shades of Pelorous #369BB7
Tints of Pelorous #369BB7
RGB
CMYK
RGB Variations
Color information
#369BB7 (or 0x369BB7) is known color: Pelorous. HEX triplet: 36, 9B and B7. RGB value is (54,155,183). Sum of RGB (Red+Green+Blue) = 54+155+183=392 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.78% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #369BB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BB7 is #C96448. Grayscale: #7F7F7F. Windows color (decimal): -13198409 or 12032822. OLE color: 12032822.
HSL color Cylindrical-coordinate representation of color #369BB7: hue angle of 193.02º 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 #369BB7 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 155 | 183 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.28 |
| HSL | 193.02º | 0.54% | 0.46% | - |
| HSV(B) | 193.02º | 0.7% | 0.72% | - |
| XYZ | 21.79 | 27.65 | 48.99 | - |
| YUV | 127.99 | 159.04 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 183 | 0.70 | 0.15 | 0 | 0.28 | 193.02 | 0.54 | 0.46 |
| Hex | 36 | 9B | B7 | 46 | F | 0 | 1C | C1 | 36 | 2E |
| Octal | 66 | 233 | 267 | 106 | 17 | 0 | 34 | 301 | 66 | 56 |
| Binary | 110110 | 10011011 | 10110111 | 1000110 | 1111 | 0 | 11100 | 11000001 | 110110 | 101110 |
Color Harmonies of #369BB7
Complementary color
Monochromatic Colors of #369BB7
Black with #369BB7
Text Example
Text Example
White with #369BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369BB7; }
p { color: rgb(54,155,183); }
H1.HeaderClassName
{
color: #369BB7;
}
.AnyTagClassName
{
color: #369BB7;
}
</style>
background-color css
<style>
a { background-color: #369BB7; }
a { background-color: rgb(54,155,183); }
div.DivClassName
{
background-color: #369BB7;
}
.BgClassName
{
background-color: #369BB7;
}
</style>
border-color css
<style>
span { border-color: #369BB7; }
span { border-color: rgb(54,155,183); }
td.TdClassName
{
border-color: #369BB7;
}
.TagClassName
{
border-color: #369BB7;
}
</style>