Shades of Curious Blue #3586BA
Tints of Curious Blue #3586BA
RGB
CMYK
RGB Variations
Color information
#3586BA (or 0x3586BA) is known color: Curious Blue. HEX triplet: 35, 86 and BA. RGB value is (53,134,186). Sum of RGB (Red+Green+Blue) = 53+134+186=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #3586BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586BA is #CA7945. Grayscale: #737373. Windows color (decimal): -13269318 or 12224053. OLE color: 12224053.
HSL color Cylindrical-coordinate representation of color #3586BA: hue angle of 203.46º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3586BA is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 134 | 186 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.27 |
| HSL | 203.46º | 0.56% | 0.47% | - |
| HSV(B) | 203.46º | 0.72% | 0.73% | - |
| XYZ | 18.86 | 21.35 | 49.58 | - |
| YUV | 115.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 186 | 0.72 | 0.28 | 0 | 0.27 | 203.46 | 0.56 | 0.47 |
| Hex | 35 | 86 | BA | 48 | 1C | 0 | 1B | CB | 38 | 2F |
| Octal | 65 | 206 | 272 | 110 | 34 | 0 | 33 | 313 | 70 | 57 |
| Binary | 110101 | 10000110 | 10111010 | 1001000 | 11100 | 0 | 11011 | 11001011 | 111000 | 101111 |
Color Harmonies of #3586BA
Complementary color
Monochromatic Colors of #3586BA
Black with #3586BA
Text Example
Text Example
White with #3586BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3586BA; }
p { color: rgb(53,134,186); }
H1.HeaderClassName
{
color: #3586BA;
}
.AnyTagClassName
{
color: #3586BA;
}
</style>
background-color css
<style>
a { background-color: #3586BA; }
a { background-color: rgb(53,134,186); }
div.DivClassName
{
background-color: #3586BA;
}
.BgClassName
{
background-color: #3586BA;
}
</style>
border-color css
<style>
span { border-color: #3586BA; }
span { border-color: rgb(53,134,186); }
td.TdClassName
{
border-color: #3586BA;
}
.TagClassName
{
border-color: #3586BA;
}
</style>