Shades of Curious Blue #3085BB
Tints of Curious Blue #3085BB
RGB
CMYK
RGB Variations
Color information
#3085BB (or 0x3085BB) is known color: Curious Blue. HEX triplet: 30, 85 and BB. RGB value is (48,133,187). Sum of RGB (Red+Green+Blue) = 48+133+187=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #3085BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085BB is #CF7A44. Grayscale: #717171. Windows color (decimal): -13597253 or 12289328. OLE color: 12289328.
HSL color Cylindrical-coordinate representation of color #3085BB: hue angle of 203.31º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3085BB is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 133 | 187 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.27 |
| HSL | 203.31º | 0.59% | 0.46% | - |
| HSV(B) | 203.31º | 0.74% | 0.73% | - |
| XYZ | 18.58 | 20.99 | 50.09 | - |
| YUV | 113.74 | 169.34 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 187 | 0.74 | 0.29 | 0 | 0.27 | 203.31 | 0.59 | 0.46 |
| Hex | 30 | 85 | BB | 4A | 1D | 0 | 1B | CB | 3B | 2E |
| Octal | 60 | 205 | 273 | 112 | 35 | 0 | 33 | 313 | 73 | 56 |
| Binary | 110000 | 10000101 | 10111011 | 1001010 | 11101 | 0 | 11011 | 11001011 | 111011 | 101110 |
Color Harmonies of #3085BB
Complementary color
Monochromatic Colors of #3085BB
Black with #3085BB
Text Example
Text Example
White with #3085BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3085BB; }
p { color: rgb(48,133,187); }
H1.HeaderClassName
{
color: #3085BB;
}
.AnyTagClassName
{
color: #3085BB;
}
</style>
background-color css
<style>
a { background-color: #3085BB; }
a { background-color: rgb(48,133,187); }
div.DivClassName
{
background-color: #3085BB;
}
.BgClassName
{
background-color: #3085BB;
}
</style>
border-color css
<style>
span { border-color: #3085BB; }
span { border-color: rgb(48,133,187); }
td.TdClassName
{
border-color: #3085BB;
}
.TagClassName
{
border-color: #3085BB;
}
</style>