Shades of Curious Blue #3686B5
Tints of Curious Blue #3686B5
RGB
CMYK
RGB Variations
Color information
#3686B5 (or 0x3686B5) is known color: Curious Blue. HEX triplet: 36, 86 and B5. RGB value is (54,134,181). Sum of RGB (Red+Green+Blue) = 54+134+181=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #3686B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3686B5 is #C9794A. Grayscale: #737373. Windows color (decimal): -13203787 or 11896374. OLE color: 11896374.
HSL color Cylindrical-coordinate representation of color #3686B5: hue angle of 202.2º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3686B5 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 134 | 181 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.29 |
| HSL | 202.2º | 0.54% | 0.46% | - |
| HSV(B) | 202.2º | 0.7% | 0.71% | - |
| XYZ | 18.39 | 21.17 | 46.83 | - |
| YUV | 115.44 | 165 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 181 | 0.70 | 0.26 | 0 | 0.29 | 202.2 | 0.54 | 0.46 |
| Hex | 36 | 86 | B5 | 46 | 1A | 0 | 1D | CA | 36 | 2E |
| Octal | 66 | 206 | 265 | 106 | 32 | 0 | 35 | 312 | 66 | 56 |
| Binary | 110110 | 10000110 | 10110101 | 1000110 | 11010 | 0 | 11101 | 11001010 | 110110 | 101110 |
Color Harmonies of #3686B5
Complementary color
Monochromatic Colors of #3686B5
Black with #3686B5
Text Example
Text Example
White with #3686B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3686B5; }
p { color: rgb(54,134,181); }
H1.HeaderClassName
{
color: #3686B5;
}
.AnyTagClassName
{
color: #3686B5;
}
</style>
background-color css
<style>
a { background-color: #3686B5; }
a { background-color: rgb(54,134,181); }
div.DivClassName
{
background-color: #3686B5;
}
.BgClassName
{
background-color: #3686B5;
}
</style>
border-color css
<style>
span { border-color: #3686B5; }
span { border-color: rgb(54,134,181); }
td.TdClassName
{
border-color: #3686B5;
}
.TagClassName
{
border-color: #3686B5;
}
</style>