Shades of Pelorous #359FBA
Tints of Pelorous #359FBA
RGB
CMYK
RGB Variations
Color information
#359FBA (or 0x359FBA) is known color: Pelorous. HEX triplet: 35, 9F and BA. RGB value is (53,159,186). Sum of RGB (Red+Green+Blue) = 53+159+186=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #359FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FBA is #CA6045. Grayscale: #828282. Windows color (decimal): -13262918 or 12230453. OLE color: 12230453.
HSL color Cylindrical-coordinate representation of color #359FBA: hue angle of 192.18º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #359FBA is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 159 | 186 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.27 |
| HSL | 192.18º | 0.56% | 0.47% | - |
| HSV(B) | 192.18º | 0.72% | 0.73% | - |
| XYZ | 22.73 | 29.1 | 50.87 | - |
| YUV | 130.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 186 | 0.72 | 0.15 | 0 | 0.27 | 192.18 | 0.56 | 0.47 |
| Hex | 35 | 9F | BA | 48 | F | 0 | 1B | C0 | 38 | 2F |
| Octal | 65 | 237 | 272 | 110 | 17 | 0 | 33 | 300 | 70 | 57 |
| Binary | 110101 | 10011111 | 10111010 | 1001000 | 1111 | 0 | 11011 | 11000000 | 111000 | 101111 |
Color Harmonies of #359FBA
Complementary color
Monochromatic Colors of #359FBA
Black with #359FBA
Text Example
Text Example
White with #359FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FBA; }
p { color: rgb(53,159,186); }
H1.HeaderClassName
{
color: #359FBA;
}
.AnyTagClassName
{
color: #359FBA;
}
</style>
background-color css
<style>
a { background-color: #359FBA; }
a { background-color: rgb(53,159,186); }
div.DivClassName
{
background-color: #359FBA;
}
.BgClassName
{
background-color: #359FBA;
}
</style>
border-color css
<style>
span { border-color: #359FBA; }
span { border-color: rgb(53,159,186); }
td.TdClassName
{
border-color: #359FBA;
}
.TagClassName
{
border-color: #359FBA;
}
</style>