Shades of Pelorous #359BC4
Tints of Pelorous #359BC4
RGB
CMYK
RGB Variations
Color information
#359BC4 (or 0x359BC4) is known color: Pelorous. HEX triplet: 35, 9B and C4. RGB value is (53,155,196). Sum of RGB (Red+Green+Blue) = 53+155+196=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #359BC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BC4 is #CA643B. Grayscale: #808080. Windows color (decimal): -13263932 or 12884789. OLE color: 12884789.
HSL color Cylindrical-coordinate representation of color #359BC4: hue angle of 197.2º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #359BC4 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 155 | 196 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.23 |
| HSL | 197.2º | 0.57% | 0.49% | - |
| HSV(B) | 197.2º | 0.73% | 0.77% | - |
| XYZ | 23.15 | 28.19 | 56.44 | - |
| YUV | 129.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 196 | 0.73 | 0.21 | 0 | 0.23 | 197.2 | 0.57 | 0.49 |
| Hex | 35 | 9B | C4 | 49 | 15 | 0 | 17 | C5 | 39 | 31 |
| Octal | 65 | 233 | 304 | 111 | 25 | 0 | 27 | 305 | 71 | 61 |
| Binary | 110101 | 10011011 | 11000100 | 1001001 | 10101 | 0 | 10111 | 11000101 | 111001 | 110001 |
Color Harmonies of #359BC4
Complementary color
Monochromatic Colors of #359BC4
Black with #359BC4
Text Example
Text Example
White with #359BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BC4; }
p { color: rgb(53,155,196); }
H1.HeaderClassName
{
color: #359BC4;
}
.AnyTagClassName
{
color: #359BC4;
}
</style>
background-color css
<style>
a { background-color: #359BC4; }
a { background-color: rgb(53,155,196); }
div.DivClassName
{
background-color: #359BC4;
}
.BgClassName
{
background-color: #359BC4;
}
</style>
border-color css
<style>
span { border-color: #359BC4; }
span { border-color: rgb(53,155,196); }
td.TdClassName
{
border-color: #359BC4;
}
.TagClassName
{
border-color: #359BC4;
}
</style>