Shades of Curious Blue #358DCF
Tints of Curious Blue #358DCF
RGB
CMYK
RGB Variations
Color information
#358DCF (or 0x358DCF) is known color: Curious Blue. HEX triplet: 35, 8D and CF. RGB value is (53,141,207). Sum of RGB (Red+Green+Blue) = 53+141+207=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #358DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DCF is #CA7230. Grayscale: #797979. Windows color (decimal): -13267505 or 13602101. OLE color: 13602101.
HSL color Cylindrical-coordinate representation of color #358DCF: hue angle of 205.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358DCF is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 141 | 207 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.19 |
| HSL | 205.71º | 0.62% | 0.51% | - |
| HSV(B) | 205.71º | 0.74% | 0.81% | - |
| XYZ | 22.26 | 24.31 | 62.55 | - |
| YUV | 122.21 | 175.85 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 207 | 0.74 | 0.32 | 0 | 0.19 | 205.71 | 0.62 | 0.51 |
| Hex | 35 | 8D | CF | 4A | 20 | 0 | 13 | CE | 3E | 33 |
| Octal | 65 | 215 | 317 | 112 | 40 | 0 | 23 | 316 | 76 | 63 |
| Binary | 110101 | 10001101 | 11001111 | 1001010 | 100000 | 0 | 10011 | 11001110 | 111110 | 110011 |
Color Harmonies of #358DCF
Complementary color
Monochromatic Colors of #358DCF
Black with #358DCF
Text Example
Text Example
White with #358DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DCF; }
p { color: rgb(53,141,207); }
H1.HeaderClassName
{
color: #358DCF;
}
.AnyTagClassName
{
color: #358DCF;
}
</style>
background-color css
<style>
a { background-color: #358DCF; }
a { background-color: rgb(53,141,207); }
div.DivClassName
{
background-color: #358DCF;
}
.BgClassName
{
background-color: #358DCF;
}
</style>
border-color css
<style>
span { border-color: #358DCF; }
span { border-color: rgb(53,141,207); }
td.TdClassName
{
border-color: #358DCF;
}
.TagClassName
{
border-color: #358DCF;
}
</style>