Shades of Curious Blue #3584AD
Tints of Curious Blue #3584AD
RGB
CMYK
RGB Variations
Color information
#3584AD (or 0x3584AD) is known color: Curious Blue. HEX triplet: 35, 84 and AD. RGB value is (53,132,173). Sum of RGB (Red+Green+Blue) = 53+132+173=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #3584AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3584AD is #CA7B52. Grayscale: #707070. Windows color (decimal): -13269843 or 11371573. OLE color: 11371573.
HSL color Cylindrical-coordinate representation of color #3584AD: hue angle of 200.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3584AD is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 132 | 173 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.32 |
| HSL | 200.5º | 0.53% | 0.44% | - |
| HSV(B) | 200.5º | 0.69% | 0.68% | - |
| XYZ | 17.26 | 20.28 | 42.54 | - |
| YUV | 113.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 173 | 0.69 | 0.24 | 0 | 0.32 | 200.5 | 0.53 | 0.44 |
| Hex | 35 | 84 | AD | 45 | 18 | 0 | 20 | C8 | 35 | 2C |
| Octal | 65 | 204 | 255 | 105 | 30 | 0 | 40 | 310 | 65 | 54 |
| Binary | 110101 | 10000100 | 10101101 | 1000101 | 11000 | 0 | 100000 | 11001000 | 110101 | 101100 |
Color Harmonies of #3584AD
Complementary color
Monochromatic Colors of #3584AD
Black with #3584AD
Text Example
Text Example
White with #3584AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3584AD; }
p { color: rgb(53,132,173); }
H1.HeaderClassName
{
color: #3584AD;
}
.AnyTagClassName
{
color: #3584AD;
}
</style>
background-color css
<style>
a { background-color: #3584AD; }
a { background-color: rgb(53,132,173); }
div.DivClassName
{
background-color: #3584AD;
}
.BgClassName
{
background-color: #3584AD;
}
</style>
border-color css
<style>
span { border-color: #3584AD; }
span { border-color: rgb(53,132,173); }
td.TdClassName
{
border-color: #3584AD;
}
.TagClassName
{
border-color: #3584AD;
}
</style>