Shades of Curious Blue #3575BC
Tints of Curious Blue #3575BC
RGB
CMYK
RGB Variations
Color information
#3575BC (or 0x3575BC) is known color: Curious Blue. HEX triplet: 35, 75 and BC. RGB value is (53,117,188). Sum of RGB (Red+Green+Blue) = 53+117+188=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #3575BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575BC is #CA8A43. Grayscale: #696969. Windows color (decimal): -13273668 or 12350773. OLE color: 12350773.
HSL color Cylindrical-coordinate representation of color #3575BC: hue angle of 211.56º 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 #3575BC is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 117 | 188 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.26 |
| HSL | 211.56º | 0.56% | 0.47% | - |
| HSV(B) | 211.56º | 0.72% | 0.74% | - |
| XYZ | 16.91 | 17.11 | 49.99 | - |
| YUV | 105.96 | 174.3 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 188 | 0.72 | 0.38 | 0 | 0.26 | 211.56 | 0.56 | 0.47 |
| Hex | 35 | 75 | BC | 48 | 26 | 0 | 1A | D4 | 38 | 2F |
| Octal | 65 | 165 | 274 | 110 | 46 | 0 | 32 | 324 | 70 | 57 |
| Binary | 110101 | 1110101 | 10111100 | 1001000 | 100110 | 0 | 11010 | 11010100 | 111000 | 101111 |
Color Harmonies of #3575BC
Complementary color
Monochromatic Colors of #3575BC
Black with #3575BC
Text Example
Text Example
White with #3575BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3575BC; }
p { color: rgb(53,117,188); }
H1.HeaderClassName
{
color: #3575BC;
}
.AnyTagClassName
{
color: #3575BC;
}
</style>
background-color css
<style>
a { background-color: #3575BC; }
a { background-color: rgb(53,117,188); }
div.DivClassName
{
background-color: #3575BC;
}
.BgClassName
{
background-color: #3575BC;
}
</style>
border-color css
<style>
span { border-color: #3575BC; }
span { border-color: rgb(53,117,188); }
td.TdClassName
{
border-color: #3575BC;
}
.TagClassName
{
border-color: #3575BC;
}
</style>