Shades of Curious Blue #3582CA
Tints of Curious Blue #3582CA
RGB
CMYK
RGB Variations
Color information
#3582CA (or 0x3582CA) is known color: Curious Blue. HEX triplet: 35, 82 and CA. RGB value is (53,130,202). Sum of RGB (Red+Green+Blue) = 53+130+202=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #3582CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3582CA is #CA7D35. Grayscale: #727272. Windows color (decimal): -13270326 or 13271605. OLE color: 13271605.
HSL color Cylindrical-coordinate representation of color #3582CA: hue angle of 208.99º 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 #3582CA is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 130 | 202 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.21 |
| HSL | 208.99º | 0.58% | 0.5% | - |
| HSV(B) | 208.99º | 0.74% | 0.79% | - |
| XYZ | 20.11 | 20.99 | 58.87 | - |
| YUV | 115.19 | 176.99 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 202 | 0.74 | 0.36 | 0 | 0.21 | 208.99 | 0.58 | 0.5 |
| Hex | 35 | 82 | CA | 4A | 24 | 0 | 15 | D1 | 3A | 32 |
| Octal | 65 | 202 | 312 | 112 | 44 | 0 | 25 | 321 | 72 | 62 |
| Binary | 110101 | 10000010 | 11001010 | 1001010 | 100100 | 0 | 10101 | 11010001 | 111010 | 110010 |
Color Harmonies of #3582CA
Complementary color
Monochromatic Colors of #3582CA
Black with #3582CA
Text Example
Text Example
White with #3582CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3582CA; }
p { color: rgb(53,130,202); }
H1.HeaderClassName
{
color: #3582CA;
}
.AnyTagClassName
{
color: #3582CA;
}
</style>
background-color css
<style>
a { background-color: #3582CA; }
a { background-color: rgb(53,130,202); }
div.DivClassName
{
background-color: #3582CA;
}
.BgClassName
{
background-color: #3582CA;
}
</style>
border-color css
<style>
span { border-color: #3582CA; }
span { border-color: rgb(53,130,202); }
td.TdClassName
{
border-color: #3582CA;
}
.TagClassName
{
border-color: #3582CA;
}
</style>