Shades of Curious Blue #3185BC
Tints of Curious Blue #3185BC
RGB
CMYK
RGB Variations
Color information
#3185BC (or 0x3185BC) is known color: Curious Blue. HEX triplet: 31, 85 and BC. RGB value is (49,133,188). Sum of RGB (Red+Green+Blue) = 49+133+188=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 133 (52.34% from 255 or 35.95% 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 #3185BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3185BC is #CE7A43. Grayscale: #717171. Windows color (decimal): -13531716 or 12354865. OLE color: 12354865.
HSL color Cylindrical-coordinate representation of color #3185BC: hue angle of 203.74º 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 #3185BC is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 133 | 188 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.26 |
| HSL | 203.74º | 0.59% | 0.46% | - |
| HSV(B) | 203.74º | 0.74% | 0.74% | - |
| XYZ | 18.73 | 21.06 | 50.65 | - |
| YUV | 114.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 188 | 0.74 | 0.29 | 0 | 0.26 | 203.74 | 0.59 | 0.46 |
| Hex | 31 | 85 | BC | 4A | 1D | 0 | 1A | CC | 3B | 2E |
| Octal | 61 | 205 | 274 | 112 | 35 | 0 | 32 | 314 | 73 | 56 |
| Binary | 110001 | 10000101 | 10111100 | 1001010 | 11101 | 0 | 11010 | 11001100 | 111011 | 101110 |
Color Harmonies of #3185BC
Complementary color
Monochromatic Colors of #3185BC
Black with #3185BC
Text Example
Text Example
White with #3185BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3185BC; }
p { color: rgb(49,133,188); }
H1.HeaderClassName
{
color: #3185BC;
}
.AnyTagClassName
{
color: #3185BC;
}
</style>
background-color css
<style>
a { background-color: #3185BC; }
a { background-color: rgb(49,133,188); }
div.DivClassName
{
background-color: #3185BC;
}
.BgClassName
{
background-color: #3185BC;
}
</style>
border-color css
<style>
span { border-color: #3185BC; }
span { border-color: rgb(49,133,188); }
td.TdClassName
{
border-color: #3185BC;
}
.TagClassName
{
border-color: #3185BC;
}
</style>