Shades of Curious Blue #358ED0
Tints of Curious Blue #358ED0
RGB
CMYK
RGB Variations
Color information
#358ED0 (or 0x358ED0) is known color: Curious Blue. HEX triplet: 35, 8E and D0. RGB value is (53,142,208). Sum of RGB (Red+Green+Blue) = 53+142+208=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #358ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ED0 is #CA712F. Grayscale: #7A7A7A. Windows color (decimal): -13267248 or 13667893. OLE color: 13667893.
HSL color Cylindrical-coordinate representation of color #358ED0: hue angle of 205.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #358ED0 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 142 | 208 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.18 |
| HSL | 205.55º | 0.62% | 0.51% | - |
| HSV(B) | 205.55º | 0.75% | 0.82% | - |
| XYZ | 22.53 | 24.66 | 63.25 | - |
| YUV | 122.91 | 176.01 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 208 | 0.75 | 0.32 | 0 | 0.18 | 205.55 | 0.62 | 0.51 |
| Hex | 35 | 8E | D0 | 4B | 20 | 0 | 12 | CE | 3E | 33 |
| Octal | 65 | 216 | 320 | 113 | 40 | 0 | 22 | 316 | 76 | 63 |
| Binary | 110101 | 10001110 | 11010000 | 1001011 | 100000 | 0 | 10010 | 11001110 | 111110 | 110011 |
Color Harmonies of #358ED0
Complementary color
Monochromatic Colors of #358ED0
Black with #358ED0
Text Example
Text Example
White with #358ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ED0; }
p { color: rgb(53,142,208); }
H1.HeaderClassName
{
color: #358ED0;
}
.AnyTagClassName
{
color: #358ED0;
}
</style>
background-color css
<style>
a { background-color: #358ED0; }
a { background-color: rgb(53,142,208); }
div.DivClassName
{
background-color: #358ED0;
}
.BgClassName
{
background-color: #358ED0;
}
</style>
border-color css
<style>
span { border-color: #358ED0; }
span { border-color: rgb(53,142,208); }
td.TdClassName
{
border-color: #358ED0;
}
.TagClassName
{
border-color: #358ED0;
}
</style>