Shades of Curious Blue #3086AD
Tints of Curious Blue #3086AD
RGB
CMYK
RGB Variations
Color information
#3086AD (or 0x3086AD) is known color: Curious Blue. HEX triplet: 30, 86 and AD. RGB value is (48,134,173). Sum of RGB (Red+Green+Blue) = 48+134+173=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #3086AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3086AD is #CF7952. Grayscale: #707070. Windows color (decimal): -13597011 or 11372080. OLE color: 11372080.
HSL color Cylindrical-coordinate representation of color #3086AD: hue angle of 198.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3086AD is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 134 | 173 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.32 |
| HSL | 198.72º | 0.57% | 0.43% | - |
| HSV(B) | 198.72º | 0.72% | 0.68% | - |
| XYZ | 17.29 | 20.7 | 42.62 | - |
| YUV | 112.73 | 162.01 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 173 | 0.72 | 0.23 | 0 | 0.32 | 198.72 | 0.57 | 0.43 |
| Hex | 30 | 86 | AD | 48 | 17 | 0 | 20 | C7 | 39 | 2B |
| Octal | 60 | 206 | 255 | 110 | 27 | 0 | 40 | 307 | 71 | 53 |
| Binary | 110000 | 10000110 | 10101101 | 1001000 | 10111 | 0 | 100000 | 11000111 | 111001 | 101011 |
Color Harmonies of #3086AD
Complementary color
Monochromatic Colors of #3086AD
Black with #3086AD
Text Example
Text Example
White with #3086AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3086AD; }
p { color: rgb(48,134,173); }
H1.HeaderClassName
{
color: #3086AD;
}
.AnyTagClassName
{
color: #3086AD;
}
</style>
background-color css
<style>
a { background-color: #3086AD; }
a { background-color: rgb(48,134,173); }
div.DivClassName
{
background-color: #3086AD;
}
.BgClassName
{
background-color: #3086AD;
}
</style>
border-color css
<style>
span { border-color: #3086AD; }
span { border-color: rgb(48,134,173); }
td.TdClassName
{
border-color: #3086AD;
}
.TagClassName
{
border-color: #3086AD;
}
</style>