Shades of Pelorous #359CC2
Tints of Pelorous #359CC2
RGB
CMYK
RGB Variations
Color information
#359CC2 (or 0x359CC2) is known color: Pelorous. HEX triplet: 35, 9C and C2. RGB value is (53,156,194). Sum of RGB (Red+Green+Blue) = 53+156+194=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #359CC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CC2 is #CA633D. Grayscale: #818181. Windows color (decimal): -13263678 or 12753973. OLE color: 12753973.
HSL color Cylindrical-coordinate representation of color #359CC2: hue angle of 196.17º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #359CC2 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 156 | 194 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.24 |
| HSL | 196.17º | 0.57% | 0.48% | - |
| HSV(B) | 196.17º | 0.73% | 0.76% | - |
| XYZ | 23.09 | 28.43 | 55.31 | - |
| YUV | 129.54 | 164.38 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 194 | 0.73 | 0.20 | 0 | 0.24 | 196.17 | 0.57 | 0.48 |
| Hex | 35 | 9C | C2 | 49 | 14 | 0 | 18 | C4 | 39 | 30 |
| Octal | 65 | 234 | 302 | 111 | 24 | 0 | 30 | 304 | 71 | 60 |
| Binary | 110101 | 10011100 | 11000010 | 1001001 | 10100 | 0 | 11000 | 11000100 | 111001 | 110000 |
Color Harmonies of #359CC2
Complementary color
Monochromatic Colors of #359CC2
Black with #359CC2
Text Example
Text Example
White with #359CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CC2; }
p { color: rgb(53,156,194); }
H1.HeaderClassName
{
color: #359CC2;
}
.AnyTagClassName
{
color: #359CC2;
}
</style>
background-color css
<style>
a { background-color: #359CC2; }
a { background-color: rgb(53,156,194); }
div.DivClassName
{
background-color: #359CC2;
}
.BgClassName
{
background-color: #359CC2;
}
</style>
border-color css
<style>
span { border-color: #359CC2; }
span { border-color: rgb(53,156,194); }
td.TdClassName
{
border-color: #359CC2;
}
.TagClassName
{
border-color: #359CC2;
}
</style>