Shades of Curious Blue #3692BA
Tints of Curious Blue #3692BA
RGB
CMYK
RGB Variations
Color information
#3692BA (or 0x3692BA) is known color: Curious Blue. HEX triplet: 36, 92 and BA. RGB value is (54,146,186). Sum of RGB (Red+Green+Blue) = 54+146+186=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #3692BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3692BA is #C96D45. Grayscale: #7A7A7A. Windows color (decimal): -13200710 or 12227126. OLE color: 12227126.
HSL color Cylindrical-coordinate representation of color #3692BA: hue angle of 198.18º 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 #3692BA is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 146 | 186 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.27 |
| HSL | 198.18º | 0.55% | 0.47% | - |
| HSV(B) | 198.18º | 0.71% | 0.73% | - |
| XYZ | 20.66 | 24.89 | 50.17 | - |
| YUV | 123.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 186 | 0.71 | 0.22 | 0 | 0.27 | 198.18 | 0.55 | 0.47 |
| Hex | 36 | 92 | BA | 47 | 16 | 0 | 1B | C6 | 37 | 2F |
| Octal | 66 | 222 | 272 | 107 | 26 | 0 | 33 | 306 | 67 | 57 |
| Binary | 110110 | 10010010 | 10111010 | 1000111 | 10110 | 0 | 11011 | 11000110 | 110111 | 101111 |
Color Harmonies of #3692BA
Complementary color
Monochromatic Colors of #3692BA
Black with #3692BA
Text Example
Text Example
White with #3692BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3692BA; }
p { color: rgb(54,146,186); }
H1.HeaderClassName
{
color: #3692BA;
}
.AnyTagClassName
{
color: #3692BA;
}
</style>
background-color css
<style>
a { background-color: #3692BA; }
a { background-color: rgb(54,146,186); }
div.DivClassName
{
background-color: #3692BA;
}
.BgClassName
{
background-color: #3692BA;
}
</style>
border-color css
<style>
span { border-color: #3692BA; }
span { border-color: rgb(54,146,186); }
td.TdClassName
{
border-color: #3692BA;
}
.TagClassName
{
border-color: #3692BA;
}
</style>