Shades of Curious Blue #3681BA
Tints of Curious Blue #3681BA
RGB
CMYK
RGB Variations
Color information
#3681BA (or 0x3681BA) is known color: Curious Blue. HEX triplet: 36, 81 and BA. RGB value is (54,129,186). Sum of RGB (Red+Green+Blue) = 54+129+186=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #3681BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3681BA is #C97E45. Grayscale: #707070. Windows color (decimal): -13205062 or 12222774. OLE color: 12222774.
HSL color Cylindrical-coordinate representation of color #3681BA: hue angle of 205.91º 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 #3681BA is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 129 | 186 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.27 |
| HSL | 205.91º | 0.55% | 0.47% | - |
| HSV(B) | 205.91º | 0.71% | 0.73% | - |
| XYZ | 18.23 | 20.03 | 49.36 | - |
| YUV | 113.07 | 169.15 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 186 | 0.71 | 0.31 | 0 | 0.27 | 205.91 | 0.55 | 0.47 |
| Hex | 36 | 81 | BA | 47 | 1F | 0 | 1B | CE | 37 | 2F |
| Octal | 66 | 201 | 272 | 107 | 37 | 0 | 33 | 316 | 67 | 57 |
| Binary | 110110 | 10000001 | 10111010 | 1000111 | 11111 | 0 | 11011 | 11001110 | 110111 | 101111 |
Color Harmonies of #3681BA
Complementary color
Monochromatic Colors of #3681BA
Black with #3681BA
Text Example
Text Example
White with #3681BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3681BA; }
p { color: rgb(54,129,186); }
H1.HeaderClassName
{
color: #3681BA;
}
.AnyTagClassName
{
color: #3681BA;
}
</style>
background-color css
<style>
a { background-color: #3681BA; }
a { background-color: rgb(54,129,186); }
div.DivClassName
{
background-color: #3681BA;
}
.BgClassName
{
background-color: #3681BA;
}
</style>
border-color css
<style>
span { border-color: #3681BA; }
span { border-color: rgb(54,129,186); }
td.TdClassName
{
border-color: #3681BA;
}
.TagClassName
{
border-color: #3681BA;
}
</style>