Shades of Curious Blue #3071BB
Tints of Curious Blue #3071BB
RGB
CMYK
RGB Variations
Color information
#3071BB (or 0x3071BB) is known color: Curious Blue. HEX triplet: 30, 71 and BB. RGB value is (48,113,187). Sum of RGB (Red+Green+Blue) = 48+113+187=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #3071BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3071BB is #CF8E44. Grayscale: #656565. Windows color (decimal): -13602373 or 12284208. OLE color: 12284208.
HSL color Cylindrical-coordinate representation of color #3071BB: hue angle of 211.94º 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 #3071BB is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 113 | 187 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.27 |
| HSL | 211.94º | 0.59% | 0.46% | - |
| HSV(B) | 211.94º | 0.74% | 0.73% | - |
| XYZ | 16.09 | 16.03 | 49.26 | - |
| YUV | 102 | 175.97 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 187 | 0.74 | 0.40 | 0 | 0.27 | 211.94 | 0.59 | 0.46 |
| Hex | 30 | 71 | BB | 4A | 28 | 0 | 1B | D4 | 3B | 2E |
| Octal | 60 | 161 | 273 | 112 | 50 | 0 | 33 | 324 | 73 | 56 |
| Binary | 110000 | 1110001 | 10111011 | 1001010 | 101000 | 0 | 11011 | 11010100 | 111011 | 101110 |
Color Harmonies of #3071BB
Complementary color
Monochromatic Colors of #3071BB
Black with #3071BB
Text Example
Text Example
White with #3071BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3071BB; }
p { color: rgb(48,113,187); }
H1.HeaderClassName
{
color: #3071BB;
}
.AnyTagClassName
{
color: #3071BB;
}
</style>
background-color css
<style>
a { background-color: #3071BB; }
a { background-color: rgb(48,113,187); }
div.DivClassName
{
background-color: #3071BB;
}
.BgClassName
{
background-color: #3071BB;
}
</style>
border-color css
<style>
span { border-color: #3071BB; }
span { border-color: rgb(48,113,187); }
td.TdClassName
{
border-color: #3071BB;
}
.TagClassName
{
border-color: #3071BB;
}
</style>