Shades of Curious Blue #358ED9
Tints of Curious Blue #358ED9
RGB
CMYK
RGB Variations
Color information
#358ED9 (or 0x358ED9) is known color: Curious Blue. HEX triplet: 35, 8E and D9. RGB value is (53,142,217). Sum of RGB (Red+Green+Blue) = 53+142+217=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #358ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ED9 is #CA7126. Grayscale: #7B7B7B. Windows color (decimal): -13267239 or 14257717. OLE color: 14257717.
HSL color Cylindrical-coordinate representation of color #358ED9: hue angle of 207.44º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358ED9 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 142 | 217 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.15 |
| HSL | 207.44º | 0.68% | 0.53% | - |
| HSV(B) | 207.44º | 0.76% | 0.85% | - |
| XYZ | 23.67 | 25.11 | 69.25 | - |
| YUV | 123.94 | 180.51 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 217 | 0.76 | 0.35 | 0 | 0.15 | 207.44 | 0.68 | 0.53 |
| Hex | 35 | 8E | D9 | 4C | 23 | 0 | F | CF | 44 | 35 |
| Octal | 65 | 216 | 331 | 114 | 43 | 0 | 17 | 317 | 104 | 65 |
| Binary | 110101 | 10001110 | 11011001 | 1001100 | 100011 | 0 | 1111 | 11001111 | 1000100 | 110101 |
Color Harmonies of #358ED9
Complementary color
Monochromatic Colors of #358ED9
Black with #358ED9
Text Example
Text Example
White with #358ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ED9; }
p { color: rgb(53,142,217); }
H1.HeaderClassName
{
color: #358ED9;
}
.AnyTagClassName
{
color: #358ED9;
}
</style>
background-color css
<style>
a { background-color: #358ED9; }
a { background-color: rgb(53,142,217); }
div.DivClassName
{
background-color: #358ED9;
}
.BgClassName
{
background-color: #358ED9;
}
</style>
border-color css
<style>
span { border-color: #358ED9; }
span { border-color: rgb(53,142,217); }
td.TdClassName
{
border-color: #358ED9;
}
.TagClassName
{
border-color: #358ED9;
}
</style>