Shades of Curious Blue #358DB4
Tints of Curious Blue #358DB4
RGB
CMYK
RGB Variations
Color information
#358DB4 (or 0x358DB4) is known color: Curious Blue. HEX triplet: 35, 8D and B4. RGB value is (53,141,180). Sum of RGB (Red+Green+Blue) = 53+141+180=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #358DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DB4 is #CA724B. Grayscale: #767676. Windows color (decimal): -13267532 or 11832629. OLE color: 11832629.
HSL color Cylindrical-coordinate representation of color #358DB4: hue angle of 198.43º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #358DB4 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 141 | 180 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.29 |
| HSL | 198.43º | 0.55% | 0.46% | - |
| HSV(B) | 198.43º | 0.71% | 0.71% | - |
| XYZ | 19.23 | 23.1 | 46.63 | - |
| YUV | 119.13 | 162.35 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 180 | 0.71 | 0.22 | 0 | 0.29 | 198.43 | 0.55 | 0.46 |
| Hex | 35 | 8D | B4 | 47 | 16 | 0 | 1D | C6 | 37 | 2E |
| Octal | 65 | 215 | 264 | 107 | 26 | 0 | 35 | 306 | 67 | 56 |
| Binary | 110101 | 10001101 | 10110100 | 1000111 | 10110 | 0 | 11101 | 11000110 | 110111 | 101110 |
Color Harmonies of #358DB4
Complementary color
Monochromatic Colors of #358DB4
Black with #358DB4
Text Example
Text Example
White with #358DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DB4; }
p { color: rgb(53,141,180); }
H1.HeaderClassName
{
color: #358DB4;
}
.AnyTagClassName
{
color: #358DB4;
}
</style>
background-color css
<style>
a { background-color: #358DB4; }
a { background-color: rgb(53,141,180); }
div.DivClassName
{
background-color: #358DB4;
}
.BgClassName
{
background-color: #358DB4;
}
</style>
border-color css
<style>
span { border-color: #358DB4; }
span { border-color: rgb(53,141,180); }
td.TdClassName
{
border-color: #358DB4;
}
.TagClassName
{
border-color: #358DB4;
}
</style>