Shades of Curious Blue #358DCE
Tints of Curious Blue #358DCE
RGB
CMYK
RGB Variations
Color information
#358DCE (or 0x358DCE) is known color: Curious Blue. HEX triplet: 35, 8D and CE. RGB value is (53,141,206). Sum of RGB (Red+Green+Blue) = 53+141+206=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #358DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DCE is #CA7231. Grayscale: #797979. Windows color (decimal): -13267506 or 13536565. OLE color: 13536565.
HSL color Cylindrical-coordinate representation of color #358DCE: hue angle of 205.49º degrees, saturation: 0.61, 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 #358DCE is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 141 | 206 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.19 |
| HSL | 205.49º | 0.61% | 0.51% | - |
| HSV(B) | 205.49º | 0.74% | 0.81% | - |
| XYZ | 22.13 | 24.26 | 61.91 | - |
| YUV | 122.1 | 175.35 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 206 | 0.74 | 0.32 | 0 | 0.19 | 205.49 | 0.61 | 0.51 |
| Hex | 35 | 8D | CE | 4A | 20 | 0 | 13 | CD | 3D | 33 |
| Octal | 65 | 215 | 316 | 112 | 40 | 0 | 23 | 315 | 75 | 63 |
| Binary | 110101 | 10001101 | 11001110 | 1001010 | 100000 | 0 | 10011 | 11001101 | 111101 | 110011 |
Color Harmonies of #358DCE
Complementary color
Monochromatic Colors of #358DCE
Black with #358DCE
Text Example
Text Example
White with #358DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DCE; }
p { color: rgb(53,141,206); }
H1.HeaderClassName
{
color: #358DCE;
}
.AnyTagClassName
{
color: #358DCE;
}
</style>
background-color css
<style>
a { background-color: #358DCE; }
a { background-color: rgb(53,141,206); }
div.DivClassName
{
background-color: #358DCE;
}
.BgClassName
{
background-color: #358DCE;
}
</style>
border-color css
<style>
span { border-color: #358DCE; }
span { border-color: rgb(53,141,206); }
td.TdClassName
{
border-color: #358DCE;
}
.TagClassName
{
border-color: #358DCE;
}
</style>