Shades of Curious Blue #3A86CF
Tints of Curious Blue #3A86CF
RGB
CMYK
RGB Variations
Color information
#3A86CF (or 0x3A86CF) is known color: Curious Blue. HEX triplet: 3A, 86 and CF. RGB value is (58,134,207). Sum of RGB (Red+Green+Blue) = 58+134+207=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A86CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A86CF is #C57930. Grayscale: #777777. Windows color (decimal): -12941617 or 13600314. OLE color: 13600314.
HSL color Cylindrical-coordinate representation of color #3A86CF: hue angle of 209.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A86CF is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 134 | 207 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.19 |
| HSL | 209.4º | 0.61% | 0.52% | - |
| HSV(B) | 209.4º | 0.72% | 0.81% | - |
| XYZ | 21.53 | 22.45 | 62.23 | - |
| YUV | 119.6 | 177.32 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 207 | 0.72 | 0.35 | 0 | 0.19 | 209.4 | 0.61 | 0.52 |
| Hex | 3A | 86 | CF | 48 | 23 | 0 | 13 | D1 | 3D | 34 |
| Octal | 72 | 206 | 317 | 110 | 43 | 0 | 23 | 321 | 75 | 64 |
| Binary | 111010 | 10000110 | 11001111 | 1001000 | 100011 | 0 | 10011 | 11010001 | 111101 | 110100 |
Color Harmonies of #3A86CF
Complementary color
Monochromatic Colors of #3A86CF
Black with #3A86CF
Text Example
Text Example
White with #3A86CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A86CF; }
p { color: rgb(58,134,207); }
H1.HeaderClassName
{
color: #3A86CF;
}
.AnyTagClassName
{
color: #3A86CF;
}
</style>
background-color css
<style>
a { background-color: #3A86CF; }
a { background-color: rgb(58,134,207); }
div.DivClassName
{
background-color: #3A86CF;
}
.BgClassName
{
background-color: #3A86CF;
}
</style>
border-color css
<style>
span { border-color: #3A86CF; }
span { border-color: rgb(58,134,207); }
td.TdClassName
{
border-color: #3A86CF;
}
.TagClassName
{
border-color: #3A86CF;
}
</style>