Shades of Curious Blue #358BDB
Tints of Curious Blue #358BDB
RGB
CMYK
RGB Variations
Color information
#358BDB (or 0x358BDB) is known color: Curious Blue. HEX triplet: 35, 8B and DB. RGB value is (53,139,219). Sum of RGB (Red+Green+Blue) = 53+139+219=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #358BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BDB is #CA7424. Grayscale: #7A7A7A. Windows color (decimal): -13268005 or 14388021. OLE color: 14388021.
HSL color Cylindrical-coordinate representation of color #358BDB: hue angle of 208.92º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358BDB is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 139 | 219 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.14 |
| HSL | 208.92º | 0.7% | 0.53% | - |
| HSV(B) | 208.92º | 0.76% | 0.86% | - |
| XYZ | 23.49 | 24.34 | 70.48 | - |
| YUV | 122.41 | 182.51 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 219 | 0.76 | 0.37 | 0 | 0.14 | 208.92 | 0.7 | 0.53 |
| Hex | 35 | 8B | DB | 4C | 25 | 0 | E | D1 | 46 | 35 |
| Octal | 65 | 213 | 333 | 114 | 45 | 0 | 16 | 321 | 106 | 65 |
| Binary | 110101 | 10001011 | 11011011 | 1001100 | 100101 | 0 | 1110 | 11010001 | 1000110 | 110101 |
Color Harmonies of #358BDB
Complementary color
Monochromatic Colors of #358BDB
Black with #358BDB
Text Example
Text Example
White with #358BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BDB; }
p { color: rgb(53,139,219); }
H1.HeaderClassName
{
color: #358BDB;
}
.AnyTagClassName
{
color: #358BDB;
}
</style>
background-color css
<style>
a { background-color: #358BDB; }
a { background-color: rgb(53,139,219); }
div.DivClassName
{
background-color: #358BDB;
}
.BgClassName
{
background-color: #358BDB;
}
</style>
border-color css
<style>
span { border-color: #358BDB; }
span { border-color: rgb(53,139,219); }
td.TdClassName
{
border-color: #358BDB;
}
.TagClassName
{
border-color: #358BDB;
}
</style>