Shades of Curious Blue #358BDD
Tints of Curious Blue #358BDD
RGB
CMYK
RGB Variations
Color information
#358BDD (or 0x358BDD) is known color: Curious Blue. HEX triplet: 35, 8B and DD. RGB value is (53,139,221). Sum of RGB (Red+Green+Blue) = 53+139+221=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #358BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BDD is #CA7422. Grayscale: #7A7A7A. Windows color (decimal): -13268003 or 14519093. OLE color: 14519093.
HSL color Cylindrical-coordinate representation of color #358BDD: hue angle of 209.29º 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 #358BDD is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 139 | 221 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.13 |
| HSL | 209.29º | 0.71% | 0.54% | - |
| HSV(B) | 209.29º | 0.76% | 0.87% | - |
| XYZ | 23.75 | 24.44 | 71.87 | - |
| YUV | 122.63 | 183.51 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 221 | 0.76 | 0.37 | 0 | 0.13 | 209.29 | 0.71 | 0.54 |
| Hex | 35 | 8B | DD | 4C | 25 | 0 | D | D1 | 47 | 36 |
| Octal | 65 | 213 | 335 | 114 | 45 | 0 | 15 | 321 | 107 | 66 |
| Binary | 110101 | 10001011 | 11011101 | 1001100 | 100101 | 0 | 1101 | 11010001 | 1000111 | 110110 |
Color Harmonies of #358BDD
Complementary color
Monochromatic Colors of #358BDD
Black with #358BDD
Text Example
Text Example
White with #358BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BDD; }
p { color: rgb(53,139,221); }
H1.HeaderClassName
{
color: #358BDD;
}
.AnyTagClassName
{
color: #358BDD;
}
</style>
background-color css
<style>
a { background-color: #358BDD; }
a { background-color: rgb(53,139,221); }
div.DivClassName
{
background-color: #358BDD;
}
.BgClassName
{
background-color: #358BDD;
}
</style>
border-color css
<style>
span { border-color: #358BDD; }
span { border-color: rgb(53,139,221); }
td.TdClassName
{
border-color: #358BDD;
}
.TagClassName
{
border-color: #358BDD;
}
</style>