Shades of Curious Blue #358EC9
Tints of Curious Blue #358EC9
RGB
CMYK
RGB Variations
Color information
#358EC9 (or 0x358EC9) is known color: Curious Blue. HEX triplet: 35, 8E and C9. RGB value is (53,142,201). Sum of RGB (Red+Green+Blue) = 53+142+201=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #358EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358EC9 is #CA7136. Grayscale: #797979. Windows color (decimal): -13267255 or 13209141. OLE color: 13209141.
HSL color Cylindrical-coordinate representation of color #358EC9: hue angle of 203.92º 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 #358EC9 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 142 | 201 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.21 |
| HSL | 203.92º | 0.58% | 0.5% | - |
| HSV(B) | 203.92º | 0.74% | 0.79% | - |
| XYZ | 21.68 | 24.32 | 58.81 | - |
| YUV | 122.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 201 | 0.74 | 0.29 | 0 | 0.21 | 203.92 | 0.58 | 0.5 |
| Hex | 35 | 8E | C9 | 4A | 1D | 0 | 15 | CC | 3A | 32 |
| Octal | 65 | 216 | 311 | 112 | 35 | 0 | 25 | 314 | 72 | 62 |
| Binary | 110101 | 10001110 | 11001001 | 1001010 | 11101 | 0 | 10101 | 11001100 | 111010 | 110010 |
Color Harmonies of #358EC9
Complementary color
Monochromatic Colors of #358EC9
Black with #358EC9
Text Example
Text Example
White with #358EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358EC9; }
p { color: rgb(53,142,201); }
H1.HeaderClassName
{
color: #358EC9;
}
.AnyTagClassName
{
color: #358EC9;
}
</style>
background-color css
<style>
a { background-color: #358EC9; }
a { background-color: rgb(53,142,201); }
div.DivClassName
{
background-color: #358EC9;
}
.BgClassName
{
background-color: #358EC9;
}
</style>
border-color css
<style>
span { border-color: #358EC9; }
span { border-color: rgb(53,142,201); }
td.TdClassName
{
border-color: #358EC9;
}
.TagClassName
{
border-color: #358EC9;
}
</style>