Shades of Pelorous #359DBA
Tints of Pelorous #359DBA
RGB
CMYK
RGB Variations
Color information
#359DBA (or 0x359DBA) is known color: Pelorous. HEX triplet: 35, 9D and BA. RGB value is (53,157,186). Sum of RGB (Red+Green+Blue) = 53+157+186=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #359DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DBA is #CA6245. Grayscale: #808080. Windows color (decimal): -13263430 or 12229941. OLE color: 12229941.
HSL color Cylindrical-coordinate representation of color #359DBA: hue angle of 193.08º 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 #359DBA is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 157 | 186 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.27 |
| HSL | 193.08º | 0.56% | 0.47% | - |
| HSV(B) | 193.08º | 0.72% | 0.73% | - |
| XYZ | 22.39 | 28.42 | 50.76 | - |
| YUV | 129.21 | 160.04 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 186 | 0.72 | 0.16 | 0 | 0.27 | 193.08 | 0.56 | 0.47 |
| Hex | 35 | 9D | BA | 48 | 10 | 0 | 1B | C1 | 38 | 2F |
| Octal | 65 | 235 | 272 | 110 | 20 | 0 | 33 | 301 | 70 | 57 |
| Binary | 110101 | 10011101 | 10111010 | 1001000 | 10000 | 0 | 11011 | 11000001 | 111000 | 101111 |
Color Harmonies of #359DBA
Complementary color
Monochromatic Colors of #359DBA
Black with #359DBA
Text Example
Text Example
White with #359DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DBA; }
p { color: rgb(53,157,186); }
H1.HeaderClassName
{
color: #359DBA;
}
.AnyTagClassName
{
color: #359DBA;
}
</style>
background-color css
<style>
a { background-color: #359DBA; }
a { background-color: rgb(53,157,186); }
div.DivClassName
{
background-color: #359DBA;
}
.BgClassName
{
background-color: #359DBA;
}
</style>
border-color css
<style>
span { border-color: #359DBA; }
span { border-color: rgb(53,157,186); }
td.TdClassName
{
border-color: #359DBA;
}
.TagClassName
{
border-color: #359DBA;
}
</style>