Shades of Curious Blue #3696BC
Tints of Curious Blue #3696BC
RGB
CMYK
RGB Variations
Color information
#3696BC (or 0x3696BC) is known color: Curious Blue. HEX triplet: 36, 96 and BC. RGB value is (54,150,188). Sum of RGB (Red+Green+Blue) = 54+150+188=392 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.78% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #3696BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696BC is #C96943. Grayscale: #7D7D7D. Windows color (decimal): -13199684 or 12359222. OLE color: 12359222.
HSL color Cylindrical-coordinate representation of color #3696BC: hue angle of 197.01º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3696BC is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 150 | 188 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.26 |
| HSL | 197.01º | 0.55% | 0.47% | - |
| HSV(B) | 197.01º | 0.71% | 0.74% | - |
| XYZ | 21.5 | 26.23 | 51.51 | - |
| YUV | 125.63 | 163.2 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 188 | 0.71 | 0.20 | 0 | 0.26 | 197.01 | 0.55 | 0.47 |
| Hex | 36 | 96 | BC | 47 | 14 | 0 | 1A | C5 | 37 | 2F |
| Octal | 66 | 226 | 274 | 107 | 24 | 0 | 32 | 305 | 67 | 57 |
| Binary | 110110 | 10010110 | 10111100 | 1000111 | 10100 | 0 | 11010 | 11000101 | 110111 | 101111 |
Color Harmonies of #3696BC
Complementary color
Monochromatic Colors of #3696BC
Black with #3696BC
Text Example
Text Example
White with #3696BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3696BC; }
p { color: rgb(54,150,188); }
H1.HeaderClassName
{
color: #3696BC;
}
.AnyTagClassName
{
color: #3696BC;
}
</style>
background-color css
<style>
a { background-color: #3696BC; }
a { background-color: rgb(54,150,188); }
div.DivClassName
{
background-color: #3696BC;
}
.BgClassName
{
background-color: #3696BC;
}
</style>
border-color css
<style>
span { border-color: #3696BC; }
span { border-color: rgb(54,150,188); }
td.TdClassName
{
border-color: #3696BC;
}
.TagClassName
{
border-color: #3696BC;
}
</style>