Shades of Curious Blue #3582AC
Tints of Curious Blue #3582AC
RGB
CMYK
RGB Variations
Color information
#3582AC (or 0x3582AC) is known color: Curious Blue. HEX triplet: 35, 82 and AC. RGB value is (53,130,172). Sum of RGB (Red+Green+Blue) = 53+130+172=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #3582AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3582AC is #CA7D53. Grayscale: #6F6F6F. Windows color (decimal): -13270356 or 11305525. OLE color: 11305525.
HSL color Cylindrical-coordinate representation of color #3582AC: hue angle of 201.18º degrees, saturation: 0.53, 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 #3582AC is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 130 | 172 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.33 |
| HSL | 201.18º | 0.53% | 0.44% | - |
| HSV(B) | 201.18º | 0.69% | 0.67% | - |
| XYZ | 16.9 | 19.7 | 41.94 | - |
| YUV | 111.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 172 | 0.69 | 0.24 | 0 | 0.33 | 201.18 | 0.53 | 0.44 |
| Hex | 35 | 82 | AC | 45 | 18 | 0 | 21 | C9 | 35 | 2C |
| Octal | 65 | 202 | 254 | 105 | 30 | 0 | 41 | 311 | 65 | 54 |
| Binary | 110101 | 10000010 | 10101100 | 1000101 | 11000 | 0 | 100001 | 11001001 | 110101 | 101100 |
Color Harmonies of #3582AC
Complementary color
Monochromatic Colors of #3582AC
Black with #3582AC
Text Example
Text Example
White with #3582AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3582AC; }
p { color: rgb(53,130,172); }
H1.HeaderClassName
{
color: #3582AC;
}
.AnyTagClassName
{
color: #3582AC;
}
</style>
background-color css
<style>
a { background-color: #3582AC; }
a { background-color: rgb(53,130,172); }
div.DivClassName
{
background-color: #3582AC;
}
.BgClassName
{
background-color: #3582AC;
}
</style>
border-color css
<style>
span { border-color: #3582AC; }
span { border-color: rgb(53,130,172); }
td.TdClassName
{
border-color: #3582AC;
}
.TagClassName
{
border-color: #3582AC;
}
</style>