Shades of Curious Blue #3584AB
Tints of Curious Blue #3584AB
RGB
CMYK
RGB Variations
Color information
#3584AB (or 0x3584AB) is known color: Curious Blue. HEX triplet: 35, 84 and AB. RGB value is (53,132,171). Sum of RGB (Red+Green+Blue) = 53+132+171=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #3584AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3584AB is #CA7B54. Grayscale: #707070. Windows color (decimal): -13269845 or 11240501. OLE color: 11240501.
HSL color Cylindrical-coordinate representation of color #3584AB: hue angle of 199.83º 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 #3584AB is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 132 | 171 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.33 |
| HSL | 199.83º | 0.53% | 0.44% | - |
| HSV(B) | 199.83º | 0.69% | 0.67% | - |
| XYZ | 17.07 | 20.2 | 41.53 | - |
| YUV | 112.83 | 160.83 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 171 | 0.69 | 0.23 | 0 | 0.33 | 199.83 | 0.53 | 0.44 |
| Hex | 35 | 84 | AB | 45 | 17 | 0 | 21 | C8 | 35 | 2C |
| Octal | 65 | 204 | 253 | 105 | 27 | 0 | 41 | 310 | 65 | 54 |
| Binary | 110101 | 10000100 | 10101011 | 1000101 | 10111 | 0 | 100001 | 11001000 | 110101 | 101100 |
Color Harmonies of #3584AB
Complementary color
Monochromatic Colors of #3584AB
Black with #3584AB
Text Example
Text Example
White with #3584AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3584AB; }
p { color: rgb(53,132,171); }
H1.HeaderClassName
{
color: #3584AB;
}
.AnyTagClassName
{
color: #3584AB;
}
</style>
background-color css
<style>
a { background-color: #3584AB; }
a { background-color: rgb(53,132,171); }
div.DivClassName
{
background-color: #3584AB;
}
.BgClassName
{
background-color: #3584AB;
}
</style>
border-color css
<style>
span { border-color: #3584AB; }
span { border-color: rgb(53,132,171); }
td.TdClassName
{
border-color: #3584AB;
}
.TagClassName
{
border-color: #3584AB;
}
</style>