Shades of Curious Blue #3185BE
Tints of Curious Blue #3185BE
RGB
CMYK
RGB Variations
Color information
#3185BE (or 0x3185BE) is known color: Curious Blue. HEX triplet: 31, 85 and BE. RGB value is (49,133,190). Sum of RGB (Red+Green+Blue) = 49+133+190=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #3185BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3185BE is #CE7A41. Grayscale: #727272. Windows color (decimal): -13531714 or 12485937. OLE color: 12485937.
HSL color Cylindrical-coordinate representation of color #3185BE: hue angle of 204.26º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3185BE is Cyan = 0.74, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 133 | 190 | - |
| CMYK | 0.74 | 0.3 | 0 | 0.25 |
| HSL | 204.26º | 0.59% | 0.47% | - |
| HSV(B) | 204.26º | 0.74% | 0.75% | - |
| XYZ | 18.95 | 21.15 | 51.8 | - |
| YUV | 114.38 | 170.67 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 190 | 0.74 | 0.3 | 0 | 0.25 | 204.26 | 0.59 | 0.47 |
| Hex | 31 | 85 | BE | 4A | 1E | 0 | 19 | CC | 3B | 2F |
| Octal | 61 | 205 | 276 | 112 | 36 | 0 | 31 | 314 | 73 | 57 |
| Binary | 110001 | 10000101 | 10111110 | 1001010 | 11110 | 0 | 11001 | 11001100 | 111011 | 101111 |
Color Harmonies of #3185BE
Complementary color
Monochromatic Colors of #3185BE
Black with #3185BE
Text Example
Text Example
White with #3185BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3185BE; }
p { color: rgb(49,133,190); }
H1.HeaderClassName
{
color: #3185BE;
}
.AnyTagClassName
{
color: #3185BE;
}
</style>
background-color css
<style>
a { background-color: #3185BE; }
a { background-color: rgb(49,133,190); }
div.DivClassName
{
background-color: #3185BE;
}
.BgClassName
{
background-color: #3185BE;
}
</style>
border-color css
<style>
span { border-color: #3185BE; }
span { border-color: rgb(49,133,190); }
td.TdClassName
{
border-color: #3185BE;
}
.TagClassName
{
border-color: #3185BE;
}
</style>