Shades of Curious Blue #358CD0
Tints of Curious Blue #358CD0
RGB
CMYK
RGB Variations
Color information
#358CD0 (or 0x358CD0) is known color: Curious Blue. HEX triplet: 35, 8C and D0. RGB value is (53,140,208). Sum of RGB (Red+Green+Blue) = 53+140+208=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #358CD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CD0 is #CA732F. Grayscale: #797979. Windows color (decimal): -13267760 or 13667381. OLE color: 13667381.
HSL color Cylindrical-coordinate representation of color #358CD0: hue angle of 206.32º 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 #358CD0 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 140 | 208 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.18 |
| HSL | 206.32º | 0.62% | 0.51% | - |
| HSV(B) | 206.32º | 0.75% | 0.82% | - |
| XYZ | 22.23 | 24.07 | 63.15 | - |
| YUV | 121.74 | 176.68 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 208 | 0.75 | 0.33 | 0 | 0.18 | 206.32 | 0.62 | 0.51 |
| Hex | 35 | 8C | D0 | 4B | 21 | 0 | 12 | CE | 3E | 33 |
| Octal | 65 | 214 | 320 | 113 | 41 | 0 | 22 | 316 | 76 | 63 |
| Binary | 110101 | 10001100 | 11010000 | 1001011 | 100001 | 0 | 10010 | 11001110 | 111110 | 110011 |
Color Harmonies of #358CD0
Complementary color
Monochromatic Colors of #358CD0
Black with #358CD0
Text Example
Text Example
White with #358CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CD0; }
p { color: rgb(53,140,208); }
H1.HeaderClassName
{
color: #358CD0;
}
.AnyTagClassName
{
color: #358CD0;
}
</style>
background-color css
<style>
a { background-color: #358CD0; }
a { background-color: rgb(53,140,208); }
div.DivClassName
{
background-color: #358CD0;
}
.BgClassName
{
background-color: #358CD0;
}
</style>
border-color css
<style>
span { border-color: #358CD0; }
span { border-color: rgb(53,140,208); }
td.TdClassName
{
border-color: #358CD0;
}
.TagClassName
{
border-color: #358CD0;
}
</style>