Shades of Curious Blue #3486CF
Tints of Curious Blue #3486CF
RGB
CMYK
RGB Variations
Color information
#3486CF (or 0x3486CF) is known color: Curious Blue. HEX triplet: 34, 86 and CF. RGB value is (52,134,207). Sum of RGB (Red+Green+Blue) = 52+134+207=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #3486CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3486CF is #CB7930. Grayscale: #757575. Windows color (decimal): -13334833 or 13600308. OLE color: 13600308.
HSL color Cylindrical-coordinate representation of color #3486CF: hue angle of 208.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3486CF is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 134 | 207 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.19 |
| HSL | 208.26º | 0.62% | 0.51% | - |
| HSV(B) | 208.26º | 0.75% | 0.81% | - |
| XYZ | 21.2 | 22.29 | 62.22 | - |
| YUV | 117.8 | 178.33 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 207 | 0.75 | 0.35 | 0 | 0.19 | 208.26 | 0.62 | 0.51 |
| Hex | 34 | 86 | CF | 4B | 23 | 0 | 13 | D0 | 3E | 33 |
| Octal | 64 | 206 | 317 | 113 | 43 | 0 | 23 | 320 | 76 | 63 |
| Binary | 110100 | 10000110 | 11001111 | 1001011 | 100011 | 0 | 10011 | 11010000 | 111110 | 110011 |
Color Harmonies of #3486CF
Complementary color
Monochromatic Colors of #3486CF
Black with #3486CF
Text Example
Text Example
White with #3486CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3486CF; }
p { color: rgb(52,134,207); }
H1.HeaderClassName
{
color: #3486CF;
}
.AnyTagClassName
{
color: #3486CF;
}
</style>
background-color css
<style>
a { background-color: #3486CF; }
a { background-color: rgb(52,134,207); }
div.DivClassName
{
background-color: #3486CF;
}
.BgClassName
{
background-color: #3486CF;
}
</style>
border-color css
<style>
span { border-color: #3486CF; }
span { border-color: rgb(52,134,207); }
td.TdClassName
{
border-color: #3486CF;
}
.TagClassName
{
border-color: #3486CF;
}
</style>