Shades of Curious Blue #3689DD
Tints of Curious Blue #3689DD
RGB
CMYK
RGB Variations
Color information
#3689DD (or 0x3689DD) is known color: Curious Blue. HEX triplet: 36, 89 and DD. RGB value is (54,137,221). Sum of RGB (Red+Green+Blue) = 54+137+221=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #3689DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3689DD is #C97622. Grayscale: #797979. Windows color (decimal): -13202979 or 14518582. OLE color: 14518582.
HSL color Cylindrical-coordinate representation of color #3689DD: hue angle of 210.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3689DD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 137 | 221 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.13 |
| HSL | 210.18º | 0.71% | 0.54% | - |
| HSV(B) | 210.18º | 0.76% | 0.87% | - |
| XYZ | 23.52 | 23.9 | 71.78 | - |
| YUV | 121.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 221 | 0.76 | 0.38 | 0 | 0.13 | 210.18 | 0.71 | 0.54 |
| Hex | 36 | 89 | DD | 4C | 26 | 0 | D | D2 | 47 | 36 |
| Octal | 66 | 211 | 335 | 114 | 46 | 0 | 15 | 322 | 107 | 66 |
| Binary | 110110 | 10001001 | 11011101 | 1001100 | 100110 | 0 | 1101 | 11010010 | 1000111 | 110110 |
Color Harmonies of #3689DD
Complementary color
Monochromatic Colors of #3689DD
Black with #3689DD
Text Example
Text Example
White with #3689DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3689DD; }
p { color: rgb(54,137,221); }
H1.HeaderClassName
{
color: #3689DD;
}
.AnyTagClassName
{
color: #3689DD;
}
</style>
background-color css
<style>
a { background-color: #3689DD; }
a { background-color: rgb(54,137,221); }
div.DivClassName
{
background-color: #3689DD;
}
.BgClassName
{
background-color: #3689DD;
}
</style>
border-color css
<style>
span { border-color: #3689DD; }
span { border-color: rgb(54,137,221); }
td.TdClassName
{
border-color: #3689DD;
}
.TagClassName
{
border-color: #3689DD;
}
</style>