Shades of Pelorous #359DB5
Tints of Pelorous #359DB5
RGB
CMYK
RGB Variations
Color information
#359DB5 (or 0x359DB5) is known color: Pelorous. HEX triplet: 35, 9D and B5. RGB value is (53,157,181). Sum of RGB (Red+Green+Blue) = 53+157+181=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #359DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DB5 is #CA624A. Grayscale: #808080. Windows color (decimal): -13263435 or 11902261. OLE color: 11902261.
HSL color Cylindrical-coordinate representation of color #359DB5: hue angle of 191.25º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #359DB5 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 157 | 181 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.29 |
| HSL | 191.25º | 0.55% | 0.46% | - |
| HSV(B) | 191.25º | 0.71% | 0.71% | - |
| XYZ | 21.87 | 28.21 | 48.01 | - |
| YUV | 128.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 181 | 0.71 | 0.13 | 0 | 0.29 | 191.25 | 0.55 | 0.46 |
| Hex | 35 | 9D | B5 | 47 | D | 0 | 1D | BF | 37 | 2E |
| Octal | 65 | 235 | 265 | 107 | 15 | 0 | 35 | 277 | 67 | 56 |
| Binary | 110101 | 10011101 | 10110101 | 1000111 | 1101 | 0 | 11101 | 10111111 | 110111 | 101110 |
Color Harmonies of #359DB5
Complementary color
Monochromatic Colors of #359DB5
Black with #359DB5
Text Example
Text Example
White with #359DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DB5; }
p { color: rgb(53,157,181); }
H1.HeaderClassName
{
color: #359DB5;
}
.AnyTagClassName
{
color: #359DB5;
}
</style>
background-color css
<style>
a { background-color: #359DB5; }
a { background-color: rgb(53,157,181); }
div.DivClassName
{
background-color: #359DB5;
}
.BgClassName
{
background-color: #359DB5;
}
</style>
border-color css
<style>
span { border-color: #359DB5; }
span { border-color: rgb(53,157,181); }
td.TdClassName
{
border-color: #359DB5;
}
.TagClassName
{
border-color: #359DB5;
}
</style>