Shades of Pelorous #369BC3
Tints of Pelorous #369BC3
RGB
CMYK
RGB Variations
Color information
#369BC3 (or 0x369BC3) is known color: Pelorous. HEX triplet: 36, 9B and C3. RGB value is (54,155,195). Sum of RGB (Red+Green+Blue) = 54+155+195=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #369BC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369BC3 is #C9643C. Grayscale: #818181. Windows color (decimal): -13198397 or 12819254. OLE color: 12819254.
HSL color Cylindrical-coordinate representation of color #369BC3: hue angle of 197.02º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #369BC3 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 155 | 195 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.24 |
| HSL | 197.02º | 0.57% | 0.49% | - |
| HSV(B) | 197.02º | 0.72% | 0.76% | - |
| XYZ | 23.09 | 28.17 | 55.85 | - |
| YUV | 129.36 | 165.04 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 195 | 0.72 | 0.21 | 0 | 0.24 | 197.02 | 0.57 | 0.49 |
| Hex | 36 | 9B | C3 | 48 | 15 | 0 | 18 | C5 | 39 | 31 |
| Octal | 66 | 233 | 303 | 110 | 25 | 0 | 30 | 305 | 71 | 61 |
| Binary | 110110 | 10011011 | 11000011 | 1001000 | 10101 | 0 | 11000 | 11000101 | 111001 | 110001 |
Color Harmonies of #369BC3
Complementary color
Monochromatic Colors of #369BC3
Black with #369BC3
Text Example
Text Example
White with #369BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369BC3; }
p { color: rgb(54,155,195); }
H1.HeaderClassName
{
color: #369BC3;
}
.AnyTagClassName
{
color: #369BC3;
}
</style>
background-color css
<style>
a { background-color: #369BC3; }
a { background-color: rgb(54,155,195); }
div.DivClassName
{
background-color: #369BC3;
}
.BgClassName
{
background-color: #369BC3;
}
</style>
border-color css
<style>
span { border-color: #369BC3; }
span { border-color: rgb(54,155,195); }
td.TdClassName
{
border-color: #369BC3;
}
.TagClassName
{
border-color: #369BC3;
}
</style>