Shades of Curious Blue #358DC9
Tints of Curious Blue #358DC9
RGB
CMYK
RGB Variations
Color information
#358DC9 (or 0x358DC9) is known color: Curious Blue. HEX triplet: 35, 8D and C9. RGB value is (53,141,201). Sum of RGB (Red+Green+Blue) = 53+141+201=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #358DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DC9 is #CA7236. Grayscale: #797979. Windows color (decimal): -13267511 or 13208885. OLE color: 13208885.
HSL color Cylindrical-coordinate representation of color #358DC9: hue angle of 204.32º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358DC9 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 141 | 201 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.21 |
| HSL | 204.32º | 0.58% | 0.5% | - |
| HSV(B) | 204.32º | 0.74% | 0.79% | - |
| XYZ | 21.54 | 24.02 | 58.76 | - |
| YUV | 121.53 | 172.85 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 201 | 0.74 | 0.30 | 0 | 0.21 | 204.32 | 0.58 | 0.5 |
| Hex | 35 | 8D | C9 | 4A | 1E | 0 | 15 | CC | 3A | 32 |
| Octal | 65 | 215 | 311 | 112 | 36 | 0 | 25 | 314 | 72 | 62 |
| Binary | 110101 | 10001101 | 11001001 | 1001010 | 11110 | 0 | 10101 | 11001100 | 111010 | 110010 |
Color Harmonies of #358DC9
Complementary color
Monochromatic Colors of #358DC9
Black with #358DC9
Text Example
Text Example
White with #358DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DC9; }
p { color: rgb(53,141,201); }
H1.HeaderClassName
{
color: #358DC9;
}
.AnyTagClassName
{
color: #358DC9;
}
</style>
background-color css
<style>
a { background-color: #358DC9; }
a { background-color: rgb(53,141,201); }
div.DivClassName
{
background-color: #358DC9;
}
.BgClassName
{
background-color: #358DC9;
}
</style>
border-color css
<style>
span { border-color: #358DC9; }
span { border-color: rgb(53,141,201); }
td.TdClassName
{
border-color: #358DC9;
}
.TagClassName
{
border-color: #358DC9;
}
</style>