Shades of Curious Blue #358ADE
Tints of Curious Blue #358ADE
RGB
CMYK
RGB Variations
Color information
#358ADE (or 0x358ADE) is known color: Curious Blue. HEX triplet: 35, 8A and DE. RGB value is (53,138,222). Sum of RGB (Red+Green+Blue) = 53+138+222=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #358ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ADE is #CA7521. Grayscale: #797979. Windows color (decimal): -13268258 or 14584373. OLE color: 14584373.
HSL color Cylindrical-coordinate representation of color #358ADE: hue angle of 209.82º 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 #358ADE is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 138 | 222 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.13 |
| HSL | 209.82º | 0.72% | 0.54% | - |
| HSV(B) | 209.82º | 0.76% | 0.87% | - |
| XYZ | 23.74 | 24.21 | 72.53 | - |
| YUV | 122.16 | 184.34 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 222 | 0.76 | 0.38 | 0 | 0.13 | 209.82 | 0.72 | 0.54 |
| Hex | 35 | 8A | DE | 4C | 26 | 0 | D | D2 | 48 | 36 |
| Octal | 65 | 212 | 336 | 114 | 46 | 0 | 15 | 322 | 110 | 66 |
| Binary | 110101 | 10001010 | 11011110 | 1001100 | 100110 | 0 | 1101 | 11010010 | 1001000 | 110110 |
Color Harmonies of #358ADE
Complementary color
Monochromatic Colors of #358ADE
Black with #358ADE
Text Example
Text Example
White with #358ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ADE; }
p { color: rgb(53,138,222); }
H1.HeaderClassName
{
color: #358ADE;
}
.AnyTagClassName
{
color: #358ADE;
}
</style>
background-color css
<style>
a { background-color: #358ADE; }
a { background-color: rgb(53,138,222); }
div.DivClassName
{
background-color: #358ADE;
}
.BgClassName
{
background-color: #358ADE;
}
</style>
border-color css
<style>
span { border-color: #358ADE; }
span { border-color: rgb(53,138,222); }
td.TdClassName
{
border-color: #358ADE;
}
.TagClassName
{
border-color: #358ADE;
}
</style>