Shades of Curious Blue #3684BA
Tints of Curious Blue #3684BA
RGB
CMYK
RGB Variations
Color information
#3684BA (or 0x3684BA) is known color: Curious Blue. HEX triplet: 36, 84 and BA. RGB value is (54,132,186). Sum of RGB (Red+Green+Blue) = 54+132+186=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #3684BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3684BA is #C97B45. Grayscale: #727272. Windows color (decimal): -13204294 or 12223542. OLE color: 12223542.
HSL color Cylindrical-coordinate representation of color #3684BA: hue angle of 204.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3684BA is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 132 | 186 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.27 |
| HSL | 204.55º | 0.55% | 0.47% | - |
| HSV(B) | 204.55º | 0.71% | 0.73% | - |
| XYZ | 18.64 | 20.83 | 49.49 | - |
| YUV | 114.83 | 168.16 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 186 | 0.71 | 0.29 | 0 | 0.27 | 204.55 | 0.55 | 0.47 |
| Hex | 36 | 84 | BA | 47 | 1D | 0 | 1B | CD | 37 | 2F |
| Octal | 66 | 204 | 272 | 107 | 35 | 0 | 33 | 315 | 67 | 57 |
| Binary | 110110 | 10000100 | 10111010 | 1000111 | 11101 | 0 | 11011 | 11001101 | 110111 | 101111 |
Color Harmonies of #3684BA
Complementary color
Monochromatic Colors of #3684BA
Black with #3684BA
Text Example
Text Example
White with #3684BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3684BA; }
p { color: rgb(54,132,186); }
H1.HeaderClassName
{
color: #3684BA;
}
.AnyTagClassName
{
color: #3684BA;
}
</style>
background-color css
<style>
a { background-color: #3684BA; }
a { background-color: rgb(54,132,186); }
div.DivClassName
{
background-color: #3684BA;
}
.BgClassName
{
background-color: #3684BA;
}
</style>
border-color css
<style>
span { border-color: #3684BA; }
span { border-color: rgb(54,132,186); }
td.TdClassName
{
border-color: #3684BA;
}
.TagClassName
{
border-color: #3684BA;
}
</style>