Shades of Curious Blue #3183AD
Tints of Curious Blue #3183AD
RGB
CMYK
RGB Variations
Color information
#3183AD (or 0x3183AD) is known color: Curious Blue. HEX triplet: 31, 83 and AD. RGB value is (49,131,173). Sum of RGB (Red+Green+Blue) = 49+131+173=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #3183AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3183AD is #CE7C52. Grayscale: #6F6F6F. Windows color (decimal): -13532243 or 11371313. OLE color: 11371313.
HSL color Cylindrical-coordinate representation of color #3183AD: hue angle of 200.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3183AD is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 131 | 173 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.32 |
| HSL | 200.32º | 0.56% | 0.44% | - |
| HSV(B) | 200.32º | 0.72% | 0.68% | - |
| XYZ | 16.93 | 19.9 | 42.48 | - |
| YUV | 111.27 | 162.83 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 173 | 0.72 | 0.24 | 0 | 0.32 | 200.32 | 0.56 | 0.44 |
| Hex | 31 | 83 | AD | 48 | 18 | 0 | 20 | C8 | 38 | 2C |
| Octal | 61 | 203 | 255 | 110 | 30 | 0 | 40 | 310 | 70 | 54 |
| Binary | 110001 | 10000011 | 10101101 | 1001000 | 11000 | 0 | 100000 | 11001000 | 111000 | 101100 |
Color Harmonies of #3183AD
Complementary color
Monochromatic Colors of #3183AD
Black with #3183AD
Text Example
Text Example
White with #3183AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3183AD; }
p { color: rgb(49,131,173); }
H1.HeaderClassName
{
color: #3183AD;
}
.AnyTagClassName
{
color: #3183AD;
}
</style>
background-color css
<style>
a { background-color: #3183AD; }
a { background-color: rgb(49,131,173); }
div.DivClassName
{
background-color: #3183AD;
}
.BgClassName
{
background-color: #3183AD;
}
</style>
border-color css
<style>
span { border-color: #3183AD; }
span { border-color: rgb(49,131,173); }
td.TdClassName
{
border-color: #3183AD;
}
.TagClassName
{
border-color: #3183AD;
}
</style>