Shades of Curious Blue #3570BC
Tints of Curious Blue #3570BC
RGB
CMYK
RGB Variations
Color information
#3570BC (or 0x3570BC) is known color: Curious Blue. HEX triplet: 35, 70 and BC. RGB value is (53,112,188). Sum of RGB (Red+Green+Blue) = 53+112+188=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #3570BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3570BC is #CA8F43. Grayscale: #666666. Windows color (decimal): -13274948 or 12349493. OLE color: 12349493.
HSL color Cylindrical-coordinate representation of color #3570BC: hue angle of 213.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3570BC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 112 | 188 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.26 |
| HSL | 213.78º | 0.56% | 0.47% | - |
| HSV(B) | 213.78º | 0.72% | 0.74% | - |
| XYZ | 16.34 | 15.98 | 49.8 | - |
| YUV | 103.02 | 175.95 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 188 | 0.72 | 0.40 | 0 | 0.26 | 213.78 | 0.56 | 0.47 |
| Hex | 35 | 70 | BC | 48 | 28 | 0 | 1A | D6 | 38 | 2F |
| Octal | 65 | 160 | 274 | 110 | 50 | 0 | 32 | 326 | 70 | 57 |
| Binary | 110101 | 1110000 | 10111100 | 1001000 | 101000 | 0 | 11010 | 11010110 | 111000 | 101111 |
Color Harmonies of #3570BC
Complementary color
Monochromatic Colors of #3570BC
Black with #3570BC
Text Example
Text Example
White with #3570BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3570BC; }
p { color: rgb(53,112,188); }
H1.HeaderClassName
{
color: #3570BC;
}
.AnyTagClassName
{
color: #3570BC;
}
</style>
background-color css
<style>
a { background-color: #3570BC; }
a { background-color: rgb(53,112,188); }
div.DivClassName
{
background-color: #3570BC;
}
.BgClassName
{
background-color: #3570BC;
}
</style>
border-color css
<style>
span { border-color: #3570BC; }
span { border-color: rgb(53,112,188); }
td.TdClassName
{
border-color: #3570BC;
}
.TagClassName
{
border-color: #3570BC;
}
</style>