Shades of Curious Blue #3693BA
Tints of Curious Blue #3693BA
RGB
CMYK
RGB Variations
Color information
#3693BA (or 0x3693BA) is known color: Curious Blue. HEX triplet: 36, 93 and BA. RGB value is (54,147,186). Sum of RGB (Red+Green+Blue) = 54+147+186=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #3693BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3693BA is #C96C45. Grayscale: #7B7B7B. Windows color (decimal): -13200454 or 12227382. OLE color: 12227382.
HSL color Cylindrical-coordinate representation of color #3693BA: hue angle of 197.73º 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 #3693BA is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 147 | 186 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.27 |
| HSL | 197.73º | 0.55% | 0.47% | - |
| HSV(B) | 197.73º | 0.71% | 0.73% | - |
| XYZ | 20.82 | 25.2 | 50.22 | - |
| YUV | 123.64 | 163.19 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 186 | 0.71 | 0.21 | 0 | 0.27 | 197.73 | 0.55 | 0.47 |
| Hex | 36 | 93 | BA | 47 | 15 | 0 | 1B | C6 | 37 | 2F |
| Octal | 66 | 223 | 272 | 107 | 25 | 0 | 33 | 306 | 67 | 57 |
| Binary | 110110 | 10010011 | 10111010 | 1000111 | 10101 | 0 | 11011 | 11000110 | 110111 | 101111 |
Color Harmonies of #3693BA
Complementary color
Monochromatic Colors of #3693BA
Black with #3693BA
Text Example
Text Example
White with #3693BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3693BA; }
p { color: rgb(54,147,186); }
H1.HeaderClassName
{
color: #3693BA;
}
.AnyTagClassName
{
color: #3693BA;
}
</style>
background-color css
<style>
a { background-color: #3693BA; }
a { background-color: rgb(54,147,186); }
div.DivClassName
{
background-color: #3693BA;
}
.BgClassName
{
background-color: #3693BA;
}
</style>
border-color css
<style>
span { border-color: #3693BA; }
span { border-color: rgb(54,147,186); }
td.TdClassName
{
border-color: #3693BA;
}
.TagClassName
{
border-color: #3693BA;
}
</style>