Shades of Curious Blue #3586CA
Tints of Curious Blue #3586CA
RGB
CMYK
RGB Variations
Color information
#3586CA (or 0x3586CA) is known color: Curious Blue. HEX triplet: 35, 86 and CA. RGB value is (53,134,202). Sum of RGB (Red+Green+Blue) = 53+134+202=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #3586CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586CA is #CA7935. Grayscale: #757575. Windows color (decimal): -13269302 or 13272629. OLE color: 13272629.
HSL color Cylindrical-coordinate representation of color #3586CA: hue angle of 207.38º 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 #3586CA is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 134 | 202 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.21 |
| HSL | 207.38º | 0.58% | 0.5% | - |
| HSV(B) | 207.38º | 0.74% | 0.79% | - |
| XYZ | 20.65 | 22.07 | 59.05 | - |
| YUV | 117.53 | 175.66 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 202 | 0.74 | 0.34 | 0 | 0.21 | 207.38 | 0.58 | 0.5 |
| Hex | 35 | 86 | CA | 4A | 22 | 0 | 15 | CF | 3A | 32 |
| Octal | 65 | 206 | 312 | 112 | 42 | 0 | 25 | 317 | 72 | 62 |
| Binary | 110101 | 10000110 | 11001010 | 1001010 | 100010 | 0 | 10101 | 11001111 | 111010 | 110010 |
Color Harmonies of #3586CA
Complementary color
Monochromatic Colors of #3586CA
Black with #3586CA
Text Example
Text Example
White with #3586CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3586CA; }
p { color: rgb(53,134,202); }
H1.HeaderClassName
{
color: #3586CA;
}
.AnyTagClassName
{
color: #3586CA;
}
</style>
background-color css
<style>
a { background-color: #3586CA; }
a { background-color: rgb(53,134,202); }
div.DivClassName
{
background-color: #3586CA;
}
.BgClassName
{
background-color: #3586CA;
}
</style>
border-color css
<style>
span { border-color: #3586CA; }
span { border-color: rgb(53,134,202); }
td.TdClassName
{
border-color: #3586CA;
}
.TagClassName
{
border-color: #3586CA;
}
</style>