Shades of Curious Blue #3185CE
Tints of Curious Blue #3185CE
RGB
CMYK
RGB Variations
Color information
#3185CE (or 0x3185CE) is known color: Curious Blue. HEX triplet: 31, 85 and CE. RGB value is (49,133,206). Sum of RGB (Red+Green+Blue) = 49+133+206=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #3185CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3185CE is #CE7A31. Grayscale: #737373. Windows color (decimal): -13531698 or 13534513. OLE color: 13534513.
HSL color Cylindrical-coordinate representation of color #3185CE: hue angle of 207.9º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3185CE is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 133 | 206 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.19 |
| HSL | 207.9º | 0.62% | 0.5% | - |
| HSV(B) | 207.9º | 0.76% | 0.81% | - |
| XYZ | 20.79 | 21.88 | 61.52 | - |
| YUV | 116.21 | 178.67 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 206 | 0.76 | 0.35 | 0 | 0.19 | 207.9 | 0.62 | 0.5 |
| Hex | 31 | 85 | CE | 4C | 23 | 0 | 13 | D0 | 3E | 32 |
| Octal | 61 | 205 | 316 | 114 | 43 | 0 | 23 | 320 | 76 | 62 |
| Binary | 110001 | 10000101 | 11001110 | 1001100 | 100011 | 0 | 10011 | 11010000 | 111110 | 110010 |
Color Harmonies of #3185CE
Complementary color
Monochromatic Colors of #3185CE
Black with #3185CE
Text Example
Text Example
White with #3185CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3185CE; }
p { color: rgb(49,133,206); }
H1.HeaderClassName
{
color: #3185CE;
}
.AnyTagClassName
{
color: #3185CE;
}
</style>
background-color css
<style>
a { background-color: #3185CE; }
a { background-color: rgb(49,133,206); }
div.DivClassName
{
background-color: #3185CE;
}
.BgClassName
{
background-color: #3185CE;
}
</style>
border-color css
<style>
span { border-color: #3185CE; }
span { border-color: rgb(49,133,206); }
td.TdClassName
{
border-color: #3185CE;
}
.TagClassName
{
border-color: #3185CE;
}
</style>