Shades of Curious Blue #358CDE
Tints of Curious Blue #358CDE
RGB
CMYK
RGB Variations
Color information
#358CDE (or 0x358CDE) is known color: Curious Blue. HEX triplet: 35, 8C and DE. RGB value is (53,140,222). Sum of RGB (Red+Green+Blue) = 53+140+222=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #358CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CDE is #CA7321. Grayscale: #7A7A7A. Windows color (decimal): -13267746 or 14584885. OLE color: 14584885.
HSL color Cylindrical-coordinate representation of color #358CDE: hue angle of 209.11º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358CDE is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 140 | 222 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.13 |
| HSL | 209.11º | 0.72% | 0.54% | - |
| HSV(B) | 209.11º | 0.76% | 0.87% | - |
| XYZ | 24.03 | 24.79 | 72.63 | - |
| YUV | 123.34 | 183.68 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 222 | 0.76 | 0.37 | 0 | 0.13 | 209.11 | 0.72 | 0.54 |
| Hex | 35 | 8C | DE | 4C | 25 | 0 | D | D1 | 48 | 36 |
| Octal | 65 | 214 | 336 | 114 | 45 | 0 | 15 | 321 | 110 | 66 |
| Binary | 110101 | 10001100 | 11011110 | 1001100 | 100101 | 0 | 1101 | 11010001 | 1001000 | 110110 |
Color Harmonies of #358CDE
Complementary color
Monochromatic Colors of #358CDE
Black with #358CDE
Text Example
Text Example
White with #358CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CDE; }
p { color: rgb(53,140,222); }
H1.HeaderClassName
{
color: #358CDE;
}
.AnyTagClassName
{
color: #358CDE;
}
</style>
background-color css
<style>
a { background-color: #358CDE; }
a { background-color: rgb(53,140,222); }
div.DivClassName
{
background-color: #358CDE;
}
.BgClassName
{
background-color: #358CDE;
}
</style>
border-color css
<style>
span { border-color: #358CDE; }
span { border-color: rgb(53,140,222); }
td.TdClassName
{
border-color: #358CDE;
}
.TagClassName
{
border-color: #358CDE;
}
</style>