Shades of Curious Blue #3486CB
Tints of Curious Blue #3486CB
RGB
CMYK
RGB Variations
Color information
#3486CB (or 0x3486CB) is known color: Curious Blue. HEX triplet: 34, 86 and CB. RGB value is (52,134,203). Sum of RGB (Red+Green+Blue) = 52+134+203=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #3486CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3486CB is #CB7934. Grayscale: #747474. Windows color (decimal): -13334837 or 13338164. OLE color: 13338164.
HSL color Cylindrical-coordinate representation of color #3486CB: hue angle of 207.42º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3486CB is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 134 | 203 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.20 |
| HSL | 207.42º | 0.59% | 0.5% | - |
| HSV(B) | 207.42º | 0.74% | 0.8% | - |
| XYZ | 20.72 | 22.09 | 59.67 | - |
| YUV | 117.35 | 176.33 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 203 | 0.74 | 0.34 | 0 | 0.20 | 207.42 | 0.59 | 0.5 |
| Hex | 34 | 86 | CB | 4A | 22 | 0 | 14 | CF | 3B | 32 |
| Octal | 64 | 206 | 313 | 112 | 42 | 0 | 24 | 317 | 73 | 62 |
| Binary | 110100 | 10000110 | 11001011 | 1001010 | 100010 | 0 | 10100 | 11001111 | 111011 | 110010 |
Color Harmonies of #3486CB
Complementary color
Monochromatic Colors of #3486CB
Black with #3486CB
Text Example
Text Example
White with #3486CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3486CB; }
p { color: rgb(52,134,203); }
H1.HeaderClassName
{
color: #3486CB;
}
.AnyTagClassName
{
color: #3486CB;
}
</style>
background-color css
<style>
a { background-color: #3486CB; }
a { background-color: rgb(52,134,203); }
div.DivClassName
{
background-color: #3486CB;
}
.BgClassName
{
background-color: #3486CB;
}
</style>
border-color css
<style>
span { border-color: #3486CB; }
span { border-color: rgb(52,134,203); }
td.TdClassName
{
border-color: #3486CB;
}
.TagClassName
{
border-color: #3486CB;
}
</style>