Shades of Curious Blue #358DB7
Tints of Curious Blue #358DB7
RGB
CMYK
RGB Variations
Color information
#358DB7 (or 0x358DB7) is known color: Curious Blue. HEX triplet: 35, 8D and B7. RGB value is (53,141,183). Sum of RGB (Red+Green+Blue) = 53+141+183=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #358DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DB7 is #CA7248. Grayscale: #777777. Windows color (decimal): -13267529 or 12029237. OLE color: 12029237.
HSL color Cylindrical-coordinate representation of color #358DB7: hue angle of 199.38º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #358DB7 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 141 | 183 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.28 |
| HSL | 199.38º | 0.55% | 0.46% | - |
| HSV(B) | 199.38º | 0.71% | 0.72% | - |
| XYZ | 19.54 | 23.23 | 48.25 | - |
| YUV | 119.48 | 163.85 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 183 | 0.71 | 0.23 | 0 | 0.28 | 199.38 | 0.55 | 0.46 |
| Hex | 35 | 8D | B7 | 47 | 17 | 0 | 1C | C7 | 37 | 2E |
| Octal | 65 | 215 | 267 | 107 | 27 | 0 | 34 | 307 | 67 | 56 |
| Binary | 110101 | 10001101 | 10110111 | 1000111 | 10111 | 0 | 11100 | 11000111 | 110111 | 101110 |
Color Harmonies of #358DB7
Complementary color
Monochromatic Colors of #358DB7
Black with #358DB7
Text Example
Text Example
White with #358DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DB7; }
p { color: rgb(53,141,183); }
H1.HeaderClassName
{
color: #358DB7;
}
.AnyTagClassName
{
color: #358DB7;
}
</style>
background-color css
<style>
a { background-color: #358DB7; }
a { background-color: rgb(53,141,183); }
div.DivClassName
{
background-color: #358DB7;
}
.BgClassName
{
background-color: #358DB7;
}
</style>
border-color css
<style>
span { border-color: #358DB7; }
span { border-color: rgb(53,141,183); }
td.TdClassName
{
border-color: #358DB7;
}
.TagClassName
{
border-color: #358DB7;
}
</style>