Shades of Curious Blue #3086CE
Tints of Curious Blue #3086CE
RGB
CMYK
RGB Variations
Color information
#3086CE (or 0x3086CE) is known color: Curious Blue. HEX triplet: 30, 86 and CE. RGB value is (48,134,206). Sum of RGB (Red+Green+Blue) = 48+134+206=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #3086CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3086CE is #CF7931. Grayscale: #747474. Windows color (decimal): -13596978 or 13534768. OLE color: 13534768.
HSL color Cylindrical-coordinate representation of color #3086CE: hue angle of 207.34º 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 #3086CE is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 134 | 206 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.19 |
| HSL | 207.34º | 0.62% | 0.5% | - |
| HSV(B) | 207.34º | 0.77% | 0.81% | - |
| XYZ | 20.88 | 22.13 | 61.56 | - |
| YUV | 116.49 | 178.51 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 206 | 0.77 | 0.35 | 0 | 0.19 | 207.34 | 0.62 | 0.5 |
| Hex | 30 | 86 | CE | 4D | 23 | 0 | 13 | CF | 3E | 32 |
| Octal | 60 | 206 | 316 | 115 | 43 | 0 | 23 | 317 | 76 | 62 |
| Binary | 110000 | 10000110 | 11001110 | 1001101 | 100011 | 0 | 10011 | 11001111 | 111110 | 110010 |
Color Harmonies of #3086CE
Complementary color
Monochromatic Colors of #3086CE
Black with #3086CE
Text Example
Text Example
White with #3086CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3086CE; }
p { color: rgb(48,134,206); }
H1.HeaderClassName
{
color: #3086CE;
}
.AnyTagClassName
{
color: #3086CE;
}
</style>
background-color css
<style>
a { background-color: #3086CE; }
a { background-color: rgb(48,134,206); }
div.DivClassName
{
background-color: #3086CE;
}
.BgClassName
{
background-color: #3086CE;
}
</style>
border-color css
<style>
span { border-color: #3086CE; }
span { border-color: rgb(48,134,206); }
td.TdClassName
{
border-color: #3086CE;
}
.TagClassName
{
border-color: #3086CE;
}
</style>