Shades of Curious Blue #358ADD
Tints of Curious Blue #358ADD
RGB
CMYK
RGB Variations
Color information
#358ADD (or 0x358ADD) is known color: Curious Blue. HEX triplet: 35, 8A and DD. RGB value is (53,138,221). Sum of RGB (Red+Green+Blue) = 53+138+221=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #358ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ADD is #CA7522. Grayscale: #797979. Windows color (decimal): -13268259 or 14518837. OLE color: 14518837.
HSL color Cylindrical-coordinate representation of color #358ADD: hue angle of 209.64º degrees, saturation: 0.71, 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 #358ADD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 138 | 221 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.13 |
| HSL | 209.64º | 0.71% | 0.54% | - |
| HSV(B) | 209.64º | 0.76% | 0.87% | - |
| XYZ | 23.61 | 24.15 | 71.82 | - |
| YUV | 122.05 | 183.84 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 221 | 0.76 | 0.38 | 0 | 0.13 | 209.64 | 0.71 | 0.54 |
| Hex | 35 | 8A | DD | 4C | 26 | 0 | D | D2 | 47 | 36 |
| Octal | 65 | 212 | 335 | 114 | 46 | 0 | 15 | 322 | 107 | 66 |
| Binary | 110101 | 10001010 | 11011101 | 1001100 | 100110 | 0 | 1101 | 11010010 | 1000111 | 110110 |
Color Harmonies of #358ADD
Complementary color
Monochromatic Colors of #358ADD
Black with #358ADD
Text Example
Text Example
White with #358ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ADD; }
p { color: rgb(53,138,221); }
H1.HeaderClassName
{
color: #358ADD;
}
.AnyTagClassName
{
color: #358ADD;
}
</style>
background-color css
<style>
a { background-color: #358ADD; }
a { background-color: rgb(53,138,221); }
div.DivClassName
{
background-color: #358ADD;
}
.BgClassName
{
background-color: #358ADD;
}
</style>
border-color css
<style>
span { border-color: #358ADD; }
span { border-color: rgb(53,138,221); }
td.TdClassName
{
border-color: #358ADD;
}
.TagClassName
{
border-color: #358ADD;
}
</style>