Shades of Curious Blue #358DB3
Tints of Curious Blue #358DB3
RGB
CMYK
RGB Variations
Color information
#358DB3 (or 0x358DB3) is known color: Curious Blue. HEX triplet: 35, 8D and B3. RGB value is (53,141,179). Sum of RGB (Red+Green+Blue) = 53+141+179=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #358DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DB3 is #CA724C. Grayscale: #767676. Windows color (decimal): -13267533 or 11767093. OLE color: 11767093.
HSL color Cylindrical-coordinate representation of color #358DB3: hue angle of 198.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #358DB3 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 141 | 179 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.30 |
| HSL | 198.1º | 0.54% | 0.45% | - |
| HSV(B) | 198.1º | 0.7% | 0.7% | - |
| XYZ | 19.13 | 23.06 | 46.09 | - |
| YUV | 119.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 179 | 0.70 | 0.21 | 0 | 0.30 | 198.1 | 0.54 | 0.45 |
| Hex | 35 | 8D | B3 | 46 | 15 | 0 | 1E | C6 | 36 | 2D |
| Octal | 65 | 215 | 263 | 106 | 25 | 0 | 36 | 306 | 66 | 55 |
| Binary | 110101 | 10001101 | 10110011 | 1000110 | 10101 | 0 | 11110 | 11000110 | 110110 | 101101 |
Color Harmonies of #358DB3
Complementary color
Monochromatic Colors of #358DB3
Black with #358DB3
Text Example
Text Example
White with #358DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DB3; }
p { color: rgb(53,141,179); }
H1.HeaderClassName
{
color: #358DB3;
}
.AnyTagClassName
{
color: #358DB3;
}
</style>
background-color css
<style>
a { background-color: #358DB3; }
a { background-color: rgb(53,141,179); }
div.DivClassName
{
background-color: #358DB3;
}
.BgClassName
{
background-color: #358DB3;
}
</style>
border-color css
<style>
span { border-color: #358DB3; }
span { border-color: rgb(53,141,179); }
td.TdClassName
{
border-color: #358DB3;
}
.TagClassName
{
border-color: #358DB3;
}
</style>