Shades of Curious Blue #3691BB
Tints of Curious Blue #3691BB
RGB
CMYK
RGB Variations
Color information
#3691BB (or 0x3691BB) is known color: Curious Blue. HEX triplet: 36, 91 and BB. RGB value is (54,145,187). Sum of RGB (Red+Green+Blue) = 54+145+187=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #3691BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3691BB is #C96E44. Grayscale: #7A7A7A. Windows color (decimal): -13200965 or 12292406. OLE color: 12292406.
HSL color Cylindrical-coordinate representation of color #3691BB: hue angle of 198.95º 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 #3691BB is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 145 | 187 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.27 |
| HSL | 198.95º | 0.55% | 0.47% | - |
| HSV(B) | 198.95º | 0.71% | 0.73% | - |
| XYZ | 20.62 | 24.62 | 50.68 | - |
| YUV | 122.58 | 164.35 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 187 | 0.71 | 0.22 | 0 | 0.27 | 198.95 | 0.55 | 0.47 |
| Hex | 36 | 91 | BB | 47 | 16 | 0 | 1B | C7 | 37 | 2F |
| Octal | 66 | 221 | 273 | 107 | 26 | 0 | 33 | 307 | 67 | 57 |
| Binary | 110110 | 10010001 | 10111011 | 1000111 | 10110 | 0 | 11011 | 11000111 | 110111 | 101111 |
Color Harmonies of #3691BB
Complementary color
Monochromatic Colors of #3691BB
Black with #3691BB
Text Example
Text Example
White with #3691BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3691BB; }
p { color: rgb(54,145,187); }
H1.HeaderClassName
{
color: #3691BB;
}
.AnyTagClassName
{
color: #3691BB;
}
</style>
background-color css
<style>
a { background-color: #3691BB; }
a { background-color: rgb(54,145,187); }
div.DivClassName
{
background-color: #3691BB;
}
.BgClassName
{
background-color: #3691BB;
}
</style>
border-color css
<style>
span { border-color: #3691BB; }
span { border-color: rgb(54,145,187); }
td.TdClassName
{
border-color: #3691BB;
}
.TagClassName
{
border-color: #3691BB;
}
</style>