Shades of Curious Blue #3584BC
Tints of Curious Blue #3584BC
RGB
CMYK
RGB Variations
Color information
#3584BC (or 0x3584BC) is known color: Curious Blue. HEX triplet: 35, 84 and BC. RGB value is (53,132,188). Sum of RGB (Red+Green+Blue) = 53+132+188=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #3584BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3584BC is #CA7B43. Grayscale: #727272. Windows color (decimal): -13269828 or 12354613. OLE color: 12354613.
HSL color Cylindrical-coordinate representation of color #3584BC: hue angle of 204.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3584BC is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 132 | 188 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.26 |
| HSL | 204.89º | 0.56% | 0.47% | - |
| HSV(B) | 204.89º | 0.72% | 0.74% | - |
| XYZ | 18.8 | 20.89 | 50.62 | - |
| YUV | 114.76 | 169.33 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 188 | 0.72 | 0.30 | 0 | 0.26 | 204.89 | 0.56 | 0.47 |
| Hex | 35 | 84 | BC | 48 | 1E | 0 | 1A | CD | 38 | 2F |
| Octal | 65 | 204 | 274 | 110 | 36 | 0 | 32 | 315 | 70 | 57 |
| Binary | 110101 | 10000100 | 10111100 | 1001000 | 11110 | 0 | 11010 | 11001101 | 111000 | 101111 |
Color Harmonies of #3584BC
Complementary color
Monochromatic Colors of #3584BC
Black with #3584BC
Text Example
Text Example
White with #3584BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3584BC; }
p { color: rgb(53,132,188); }
H1.HeaderClassName
{
color: #3584BC;
}
.AnyTagClassName
{
color: #3584BC;
}
</style>
background-color css
<style>
a { background-color: #3584BC; }
a { background-color: rgb(53,132,188); }
div.DivClassName
{
background-color: #3584BC;
}
.BgClassName
{
background-color: #3584BC;
}
</style>
border-color css
<style>
span { border-color: #3584BC; }
span { border-color: rgb(53,132,188); }
td.TdClassName
{
border-color: #3584BC;
}
.TagClassName
{
border-color: #3584BC;
}
</style>