Shades of Curious Blue #3582AA
Tints of Curious Blue #3582AA
RGB
CMYK
RGB Variations
Color information
#3582AA (or 0x3582AA) is known color: Curious Blue. HEX triplet: 35, 82 and AA. RGB value is (53,130,170). Sum of RGB (Red+Green+Blue) = 53+130+170=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #3582AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3582AA is #CA7D55. Grayscale: #6F6F6F. Windows color (decimal): -13270358 or 11174453. OLE color: 11174453.
HSL color Cylindrical-coordinate representation of color #3582AA: hue angle of 200.51º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3582AA is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 130 | 170 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.33 |
| HSL | 200.51º | 0.52% | 0.44% | - |
| HSV(B) | 200.51º | 0.69% | 0.67% | - |
| XYZ | 16.71 | 19.62 | 40.94 | - |
| YUV | 111.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 170 | 0.69 | 0.24 | 0 | 0.33 | 200.51 | 0.52 | 0.44 |
| Hex | 35 | 82 | AA | 45 | 18 | 0 | 21 | C9 | 34 | 2C |
| Octal | 65 | 202 | 252 | 105 | 30 | 0 | 41 | 311 | 64 | 54 |
| Binary | 110101 | 10000010 | 10101010 | 1000101 | 11000 | 0 | 100001 | 11001001 | 110100 | 101100 |
Color Harmonies of #3582AA
Complementary color
Monochromatic Colors of #3582AA
Black with #3582AA
Text Example
Text Example
White with #3582AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3582AA; }
p { color: rgb(53,130,170); }
H1.HeaderClassName
{
color: #3582AA;
}
.AnyTagClassName
{
color: #3582AA;
}
</style>
background-color css
<style>
a { background-color: #3582AA; }
a { background-color: rgb(53,130,170); }
div.DivClassName
{
background-color: #3582AA;
}
.BgClassName
{
background-color: #3582AA;
}
</style>
border-color css
<style>
span { border-color: #3582AA; }
span { border-color: rgb(53,130,170); }
td.TdClassName
{
border-color: #3582AA;
}
.TagClassName
{
border-color: #3582AA;
}
</style>