Shades of Curious Blue #3683BA
Tints of Curious Blue #3683BA
RGB
CMYK
RGB Variations
Color information
#3683BA (or 0x3683BA) is known color: Curious Blue. HEX triplet: 36, 83 and BA. RGB value is (54,131,186). Sum of RGB (Red+Green+Blue) = 54+131+186=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #3683BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3683BA is #C97C45. Grayscale: #717171. Windows color (decimal): -13204550 or 12223286. OLE color: 12223286.
HSL color Cylindrical-coordinate representation of color #3683BA: hue angle of 205º 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 #3683BA is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 131 | 186 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.27 |
| HSL | 205º | 0.55% | 0.47% | - |
| HSV(B) | 205º | 0.71% | 0.73% | - |
| XYZ | 18.5 | 20.56 | 49.45 | - |
| YUV | 114.25 | 168.49 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 186 | 0.71 | 0.30 | 0 | 0.27 | 205 | 0.55 | 0.47 |
| Hex | 36 | 83 | BA | 47 | 1E | 0 | 1B | CD | 37 | 2F |
| Octal | 66 | 203 | 272 | 107 | 36 | 0 | 33 | 315 | 67 | 57 |
| Binary | 110110 | 10000011 | 10111010 | 1000111 | 11110 | 0 | 11011 | 11001101 | 110111 | 101111 |
Color Harmonies of #3683BA
Complementary color
Monochromatic Colors of #3683BA
Black with #3683BA
Text Example
Text Example
White with #3683BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3683BA; }
p { color: rgb(54,131,186); }
H1.HeaderClassName
{
color: #3683BA;
}
.AnyTagClassName
{
color: #3683BA;
}
</style>
background-color css
<style>
a { background-color: #3683BA; }
a { background-color: rgb(54,131,186); }
div.DivClassName
{
background-color: #3683BA;
}
.BgClassName
{
background-color: #3683BA;
}
</style>
border-color css
<style>
span { border-color: #3683BA; }
span { border-color: rgb(54,131,186); }
td.TdClassName
{
border-color: #3683BA;
}
.TagClassName
{
border-color: #3683BA;
}
</style>