Shades of Pelorous #369BC1
Tints of Pelorous #369BC1
RGB
CMYK
RGB Variations
Color information
#369BC1 (or 0x369BC1) is known color: Pelorous. HEX triplet: 36, 9B and C1. RGB value is (54,155,193). Sum of RGB (Red+Green+Blue) = 54+155+193=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #369BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BC1 is #C9643E. Grayscale: #808080. Windows color (decimal): -13198399 or 12688182. OLE color: 12688182.
HSL color Cylindrical-coordinate representation of color #369BC1: hue angle of 196.4º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #369BC1 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 155 | 193 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.24 |
| HSL | 196.4º | 0.56% | 0.48% | - |
| HSV(B) | 196.4º | 0.72% | 0.76% | - |
| XYZ | 22.87 | 28.08 | 54.67 | - |
| YUV | 129.13 | 164.04 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 193 | 0.72 | 0.20 | 0 | 0.24 | 196.4 | 0.56 | 0.48 |
| Hex | 36 | 9B | C1 | 48 | 14 | 0 | 18 | C4 | 38 | 30 |
| Octal | 66 | 233 | 301 | 110 | 24 | 0 | 30 | 304 | 70 | 60 |
| Binary | 110110 | 10011011 | 11000001 | 1001000 | 10100 | 0 | 11000 | 11000100 | 111000 | 110000 |
Color Harmonies of #369BC1
Complementary color
Monochromatic Colors of #369BC1
Black with #369BC1
Text Example
Text Example
White with #369BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369BC1; }
p { color: rgb(54,155,193); }
H1.HeaderClassName
{
color: #369BC1;
}
.AnyTagClassName
{
color: #369BC1;
}
</style>
background-color css
<style>
a { background-color: #369BC1; }
a { background-color: rgb(54,155,193); }
div.DivClassName
{
background-color: #369BC1;
}
.BgClassName
{
background-color: #369BC1;
}
</style>
border-color css
<style>
span { border-color: #369BC1; }
span { border-color: rgb(54,155,193); }
td.TdClassName
{
border-color: #369BC1;
}
.TagClassName
{
border-color: #369BC1;
}
</style>