Shades of Curious Blue #3573C0
Tints of Curious Blue #3573C0
RGB
CMYK
RGB Variations
Color information
#3573C0 (or 0x3573C0) is known color: Curious Blue. HEX triplet: 35, 73 and C0. RGB value is (53,115,192). Sum of RGB (Red+Green+Blue) = 53+115+192=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #3573C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3573C0 is #CA8C3F. Grayscale: #686868. Windows color (decimal): -13274176 or 12612405. OLE color: 12612405.
HSL color Cylindrical-coordinate representation of color #3573C0: hue angle of 213.24º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3573C0 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 115 | 192 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.25 |
| HSL | 213.24º | 0.57% | 0.48% | - |
| HSV(B) | 213.24º | 0.72% | 0.75% | - |
| XYZ | 17.11 | 16.82 | 52.21 | - |
| YUV | 105.24 | 176.96 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 115 | 192 | 0.72 | 0.40 | 0 | 0.25 | 213.24 | 0.57 | 0.48 |
| Hex | 35 | 73 | C0 | 48 | 28 | 0 | 19 | D5 | 39 | 30 |
| Octal | 65 | 163 | 300 | 110 | 50 | 0 | 31 | 325 | 71 | 60 |
| Binary | 110101 | 1110011 | 11000000 | 1001000 | 101000 | 0 | 11001 | 11010101 | 111001 | 110000 |
Color Harmonies of #3573C0
Complementary color
Monochromatic Colors of #3573C0
Black with #3573C0
Text Example
Text Example
White with #3573C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3573C0; }
p { color: rgb(53,115,192); }
H1.HeaderClassName
{
color: #3573C0;
}
.AnyTagClassName
{
color: #3573C0;
}
</style>
background-color css
<style>
a { background-color: #3573C0; }
a { background-color: rgb(53,115,192); }
div.DivClassName
{
background-color: #3573C0;
}
.BgClassName
{
background-color: #3573C0;
}
</style>
border-color css
<style>
span { border-color: #3573C0; }
span { border-color: rgb(53,115,192); }
td.TdClassName
{
border-color: #3573C0;
}
.TagClassName
{
border-color: #3573C0;
}
</style>