Shades of Curious Blue #3579CA
Tints of Curious Blue #3579CA
RGB
CMYK
RGB Variations
Color information
#3579CA (or 0x3579CA) is known color: Curious Blue. HEX triplet: 35, 79 and CA. RGB value is (53,121,202). Sum of RGB (Red+Green+Blue) = 53+121+202=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #3579CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3579CA is #CA8635. Grayscale: #6D6D6D. Windows color (decimal): -13272630 or 13269301. OLE color: 13269301.
HSL color Cylindrical-coordinate representation of color #3579CA: hue angle of 212.62º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3579CA is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 121 | 202 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.21 |
| HSL | 212.62º | 0.58% | 0.5% | - |
| HSV(B) | 212.62º | 0.74% | 0.79% | - |
| XYZ | 18.97 | 18.7 | 58.49 | - |
| YUV | 109.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 202 | 0.74 | 0.40 | 0 | 0.21 | 212.62 | 0.58 | 0.5 |
| Hex | 35 | 79 | CA | 4A | 28 | 0 | 15 | D5 | 3A | 32 |
| Octal | 65 | 171 | 312 | 112 | 50 | 0 | 25 | 325 | 72 | 62 |
| Binary | 110101 | 1111001 | 11001010 | 1001010 | 101000 | 0 | 10101 | 11010101 | 111010 | 110010 |
Color Harmonies of #3579CA
Complementary color
Monochromatic Colors of #3579CA
Black with #3579CA
Text Example
Text Example
White with #3579CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3579CA; }
p { color: rgb(53,121,202); }
H1.HeaderClassName
{
color: #3579CA;
}
.AnyTagClassName
{
color: #3579CA;
}
</style>
background-color css
<style>
a { background-color: #3579CA; }
a { background-color: rgb(53,121,202); }
div.DivClassName
{
background-color: #3579CA;
}
.BgClassName
{
background-color: #3579CA;
}
</style>
border-color css
<style>
span { border-color: #3579CA; }
span { border-color: rgb(53,121,202); }
td.TdClassName
{
border-color: #3579CA;
}
.TagClassName
{
border-color: #3579CA;
}
</style>