Shades of Pelorous #359DB4
Tints of Pelorous #359DB4
RGB
CMYK
RGB Variations
Color information
#359DB4 (or 0x359DB4) is known color: Pelorous. HEX triplet: 35, 9D and B4. RGB value is (53,157,180). Sum of RGB (Red+Green+Blue) = 53+157+180=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #359DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DB4 is #CA624B. Grayscale: #808080. Windows color (decimal): -13263436 or 11836725. OLE color: 11836725.
HSL color Cylindrical-coordinate representation of color #359DB4: hue angle of 190.87º 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 #359DB4 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 157 | 180 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.29 |
| HSL | 190.87º | 0.55% | 0.46% | - |
| HSV(B) | 190.87º | 0.71% | 0.71% | - |
| XYZ | 21.76 | 28.17 | 47.47 | - |
| YUV | 128.53 | 157.04 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 180 | 0.71 | 0.13 | 0 | 0.29 | 190.87 | 0.55 | 0.46 |
| Hex | 35 | 9D | B4 | 47 | D | 0 | 1D | BF | 37 | 2E |
| Octal | 65 | 235 | 264 | 107 | 15 | 0 | 35 | 277 | 67 | 56 |
| Binary | 110101 | 10011101 | 10110100 | 1000111 | 1101 | 0 | 11101 | 10111111 | 110111 | 101110 |
Color Harmonies of #359DB4
Complementary color
Monochromatic Colors of #359DB4
Black with #359DB4
Text Example
Text Example
White with #359DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DB4; }
p { color: rgb(53,157,180); }
H1.HeaderClassName
{
color: #359DB4;
}
.AnyTagClassName
{
color: #359DB4;
}
</style>
background-color css
<style>
a { background-color: #359DB4; }
a { background-color: rgb(53,157,180); }
div.DivClassName
{
background-color: #359DB4;
}
.BgClassName
{
background-color: #359DB4;
}
</style>
border-color css
<style>
span { border-color: #359DB4; }
span { border-color: rgb(53,157,180); }
td.TdClassName
{
border-color: #359DB4;
}
.TagClassName
{
border-color: #359DB4;
}
</style>