Shades of Curious Blue #3086BC
Tints of Curious Blue #3086BC
RGB
CMYK
RGB Variations
Color information
#3086BC (or 0x3086BC) is known color: Curious Blue. HEX triplet: 30, 86 and BC. RGB value is (48,134,188). Sum of RGB (Red+Green+Blue) = 48+134+188=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #3086BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3086BC is #CF7943. Grayscale: #727272. Windows color (decimal): -13596996 or 12355120. OLE color: 12355120.
HSL color Cylindrical-coordinate representation of color #3086BC: hue angle of 203.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3086BC is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 134 | 188 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.26 |
| HSL | 203.14º | 0.59% | 0.46% | - |
| HSV(B) | 203.14º | 0.74% | 0.74% | - |
| XYZ | 18.82 | 21.31 | 50.7 | - |
| YUV | 114.44 | 169.51 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 188 | 0.74 | 0.29 | 0 | 0.26 | 203.14 | 0.59 | 0.46 |
| Hex | 30 | 86 | BC | 4A | 1D | 0 | 1A | CB | 3B | 2E |
| Octal | 60 | 206 | 274 | 112 | 35 | 0 | 32 | 313 | 73 | 56 |
| Binary | 110000 | 10000110 | 10111100 | 1001010 | 11101 | 0 | 11010 | 11001011 | 111011 | 101110 |
Color Harmonies of #3086BC
Complementary color
Monochromatic Colors of #3086BC
Black with #3086BC
Text Example
Text Example
White with #3086BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3086BC; }
p { color: rgb(48,134,188); }
H1.HeaderClassName
{
color: #3086BC;
}
.AnyTagClassName
{
color: #3086BC;
}
</style>
background-color css
<style>
a { background-color: #3086BC; }
a { background-color: rgb(48,134,188); }
div.DivClassName
{
background-color: #3086BC;
}
.BgClassName
{
background-color: #3086BC;
}
</style>
border-color css
<style>
span { border-color: #3086BC; }
span { border-color: rgb(48,134,188); }
td.TdClassName
{
border-color: #3086BC;
}
.TagClassName
{
border-color: #3086BC;
}
</style>