Shades of Curious Blue #3183CE
Tints of Curious Blue #3183CE
RGB
CMYK
RGB Variations
Color information
#3183CE (or 0x3183CE) is known color: Curious Blue. HEX triplet: 31, 83 and CE. RGB value is (49,131,206). Sum of RGB (Red+Green+Blue) = 49+131+206=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #3183CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3183CE is #CE7C31. Grayscale: #727272. Windows color (decimal): -13532210 or 13534001. OLE color: 13534001.
HSL color Cylindrical-coordinate representation of color #3183CE: hue angle of 208.66º 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 #3183CE is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 131 | 206 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.19 |
| HSL | 208.66º | 0.62% | 0.5% | - |
| HSV(B) | 208.66º | 0.76% | 0.81% | - |
| XYZ | 20.52 | 21.34 | 61.43 | - |
| YUV | 115.03 | 179.33 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 206 | 0.76 | 0.36 | 0 | 0.19 | 208.66 | 0.62 | 0.5 |
| Hex | 31 | 83 | CE | 4C | 24 | 0 | 13 | D1 | 3E | 32 |
| Octal | 61 | 203 | 316 | 114 | 44 | 0 | 23 | 321 | 76 | 62 |
| Binary | 110001 | 10000011 | 11001110 | 1001100 | 100100 | 0 | 10011 | 11010001 | 111110 | 110010 |
Color Harmonies of #3183CE
Complementary color
Monochromatic Colors of #3183CE
Black with #3183CE
Text Example
Text Example
White with #3183CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3183CE; }
p { color: rgb(49,131,206); }
H1.HeaderClassName
{
color: #3183CE;
}
.AnyTagClassName
{
color: #3183CE;
}
</style>
background-color css
<style>
a { background-color: #3183CE; }
a { background-color: rgb(49,131,206); }
div.DivClassName
{
background-color: #3183CE;
}
.BgClassName
{
background-color: #3183CE;
}
</style>
border-color css
<style>
span { border-color: #3183CE; }
span { border-color: rgb(49,131,206); }
td.TdClassName
{
border-color: #3183CE;
}
.TagClassName
{
border-color: #3183CE;
}
</style>