Shades of Curious Blue #3572B7
Tints of Curious Blue #3572B7
RGB
CMYK
RGB Variations
Color information
#3572B7 (or 0x3572B7) is known color: Curious Blue. HEX triplet: 35, 72 and B7. RGB value is (53,114,183). Sum of RGB (Red+Green+Blue) = 53+114+183=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #3572B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3572B7 is #CA8D48. Grayscale: #676767. Windows color (decimal): -13274441 or 12022325. OLE color: 12022325.
HSL color Cylindrical-coordinate representation of color #3572B7: hue angle of 211.85º 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 #3572B7 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 114 | 183 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.28 |
| HSL | 211.85º | 0.55% | 0.46% | - |
| HSV(B) | 211.85º | 0.71% | 0.72% | - |
| XYZ | 16.03 | 16.21 | 47.08 | - |
| YUV | 103.63 | 172.79 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 183 | 0.71 | 0.38 | 0 | 0.28 | 211.85 | 0.55 | 0.46 |
| Hex | 35 | 72 | B7 | 47 | 26 | 0 | 1C | D4 | 37 | 2E |
| Octal | 65 | 162 | 267 | 107 | 46 | 0 | 34 | 324 | 67 | 56 |
| Binary | 110101 | 1110010 | 10110111 | 1000111 | 100110 | 0 | 11100 | 11010100 | 110111 | 101110 |
Color Harmonies of #3572B7
Complementary color
Monochromatic Colors of #3572B7
Black with #3572B7
Text Example
Text Example
White with #3572B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3572B7; }
p { color: rgb(53,114,183); }
H1.HeaderClassName
{
color: #3572B7;
}
.AnyTagClassName
{
color: #3572B7;
}
</style>
background-color css
<style>
a { background-color: #3572B7; }
a { background-color: rgb(53,114,183); }
div.DivClassName
{
background-color: #3572B7;
}
.BgClassName
{
background-color: #3572B7;
}
</style>
border-color css
<style>
span { border-color: #3572B7; }
span { border-color: rgb(53,114,183); }
td.TdClassName
{
border-color: #3572B7;
}
.TagClassName
{
border-color: #3572B7;
}
</style>