Shades of Curious Blue #3573C6
Tints of Curious Blue #3573C6
RGB
CMYK
RGB Variations
Color information
#3573C6 (or 0x3573C6) is known color: Curious Blue. HEX triplet: 35, 73 and C6. RGB value is (53,115,198). Sum of RGB (Red+Green+Blue) = 53+115+198=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #3573C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3573C6 is #CA8C39. Grayscale: #696969. Windows color (decimal): -13274170 or 13005621. OLE color: 13005621.
HSL color Cylindrical-coordinate representation of color #3573C6: hue angle of 214.34º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3573C6 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 115 | 198 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.22 |
| HSL | 214.34º | 0.58% | 0.49% | - |
| HSV(B) | 214.34º | 0.73% | 0.78% | - |
| XYZ | 17.79 | 17.1 | 55.79 | - |
| YUV | 105.92 | 179.96 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 115 | 198 | 0.73 | 0.42 | 0 | 0.22 | 214.34 | 0.58 | 0.49 |
| Hex | 35 | 73 | C6 | 49 | 2A | 0 | 16 | D6 | 3A | 31 |
| Octal | 65 | 163 | 306 | 111 | 52 | 0 | 26 | 326 | 72 | 61 |
| Binary | 110101 | 1110011 | 11000110 | 1001001 | 101010 | 0 | 10110 | 11010110 | 111010 | 110001 |
Color Harmonies of #3573C6
Complementary color
Monochromatic Colors of #3573C6
Black with #3573C6
Text Example
Text Example
White with #3573C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3573C6; }
p { color: rgb(53,115,198); }
H1.HeaderClassName
{
color: #3573C6;
}
.AnyTagClassName
{
color: #3573C6;
}
</style>
background-color css
<style>
a { background-color: #3573C6; }
a { background-color: rgb(53,115,198); }
div.DivClassName
{
background-color: #3573C6;
}
.BgClassName
{
background-color: #3573C6;
}
</style>
border-color css
<style>
span { border-color: #3573C6; }
span { border-color: rgb(53,115,198); }
td.TdClassName
{
border-color: #3573C6;
}
.TagClassName
{
border-color: #3573C6;
}
</style>