Shades of Curious Blue #3571C2
Tints of Curious Blue #3571C2
RGB
CMYK
RGB Variations
Color information
#3571C2 (or 0x3571C2) is known color: Curious Blue. HEX triplet: 35, 71 and C2. RGB value is (53,113,194). Sum of RGB (Red+Green+Blue) = 53+113+194=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 194 (76.17% from 255 or 53.89% from 360); Max value from RGB is 194 - color contains mainly: blue. Hex color #3571C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3571C2 is #CA8E3D. Grayscale: #676767. Windows color (decimal): -13274686 or 12742965. OLE color: 12742965.
HSL color Cylindrical-coordinate representation of color #3571C2: hue angle of 214.47º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3571C2 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 113 | 194 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.24 |
| HSL | 214.47º | 0.57% | 0.48% | - |
| HSV(B) | 214.47º | 0.73% | 0.76% | - |
| XYZ | 17.11 | 16.46 | 53.31 | - |
| YUV | 104.29 | 178.62 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 194 | 0.73 | 0.42 | 0 | 0.24 | 214.47 | 0.57 | 0.48 |
| Hex | 35 | 71 | C2 | 49 | 2A | 0 | 18 | D6 | 39 | 30 |
| Octal | 65 | 161 | 302 | 111 | 52 | 0 | 30 | 326 | 71 | 60 |
| Binary | 110101 | 1110001 | 11000010 | 1001001 | 101010 | 0 | 11000 | 11010110 | 111001 | 110000 |
Color Harmonies of #3571C2
Complementary color
Monochromatic Colors of #3571C2
Black with #3571C2
Text Example
Text Example
White with #3571C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3571C2; }
p { color: rgb(53,113,194); }
H1.HeaderClassName
{
color: #3571C2;
}
.AnyTagClassName
{
color: #3571C2;
}
</style>
background-color css
<style>
a { background-color: #3571C2; }
a { background-color: rgb(53,113,194); }
div.DivClassName
{
background-color: #3571C2;
}
.BgClassName
{
background-color: #3571C2;
}
</style>
border-color css
<style>
span { border-color: #3571C2; }
span { border-color: rgb(53,113,194); }
td.TdClassName
{
border-color: #3571C2;
}
.TagClassName
{
border-color: #3571C2;
}
</style>