Shades of Curious Blue #3086CF
Tints of Curious Blue #3086CF
RGB
CMYK
RGB Variations
Color information
#3086CF (or 0x3086CF) is known color: Curious Blue. HEX triplet: 30, 86 and CF. RGB value is (48,134,207). Sum of RGB (Red+Green+Blue) = 48+134+207=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #3086CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3086CF is #CF7930. Grayscale: #747474. Windows color (decimal): -13596977 or 13600304. OLE color: 13600304.
HSL color Cylindrical-coordinate representation of color #3086CF: hue angle of 207.55º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3086CF is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 134 | 207 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.19 |
| HSL | 207.55º | 0.62% | 0.5% | - |
| HSV(B) | 207.55º | 0.77% | 0.81% | - |
| XYZ | 21.01 | 22.18 | 62.21 | - |
| YUV | 116.61 | 179.01 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 207 | 0.77 | 0.35 | 0 | 0.19 | 207.55 | 0.62 | 0.5 |
| Hex | 30 | 86 | CF | 4D | 23 | 0 | 13 | D0 | 3E | 32 |
| Octal | 60 | 206 | 317 | 115 | 43 | 0 | 23 | 320 | 76 | 62 |
| Binary | 110000 | 10000110 | 11001111 | 1001101 | 100011 | 0 | 10011 | 11010000 | 111110 | 110010 |
Color Harmonies of #3086CF
Complementary color
Monochromatic Colors of #3086CF
Black with #3086CF
Text Example
Text Example
White with #3086CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3086CF; }
p { color: rgb(48,134,207); }
H1.HeaderClassName
{
color: #3086CF;
}
.AnyTagClassName
{
color: #3086CF;
}
</style>
background-color css
<style>
a { background-color: #3086CF; }
a { background-color: rgb(48,134,207); }
div.DivClassName
{
background-color: #3086CF;
}
.BgClassName
{
background-color: #3086CF;
}
</style>
border-color css
<style>
span { border-color: #3086CF; }
span { border-color: rgb(48,134,207); }
td.TdClassName
{
border-color: #3086CF;
}
.TagClassName
{
border-color: #3086CF;
}
</style>