Shades of Curious Blue #3181B5
Tints of Curious Blue #3181B5
RGB
CMYK
RGB Variations
Color information
#3181B5 (or 0x3181B5) is known color: Curious Blue. HEX triplet: 31, 81 and B5. RGB value is (49,129,181). Sum of RGB (Red+Green+Blue) = 49+129+181=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #3181B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3181B5 is #CE7E4A. Grayscale: #6E6E6E. Windows color (decimal): -13532747 or 11895089. OLE color: 11895089.
HSL color Cylindrical-coordinate representation of color #3181B5: hue angle of 203.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3181B5 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 129 | 181 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.29 |
| HSL | 203.64º | 0.57% | 0.45% | - |
| HSV(B) | 203.64º | 0.73% | 0.71% | - |
| XYZ | 17.46 | 19.69 | 46.6 | - |
| YUV | 111.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 181 | 0.73 | 0.29 | 0 | 0.29 | 203.64 | 0.57 | 0.45 |
| Hex | 31 | 81 | B5 | 49 | 1D | 0 | 1D | CC | 39 | 2D |
| Octal | 61 | 201 | 265 | 111 | 35 | 0 | 35 | 314 | 71 | 55 |
| Binary | 110001 | 10000001 | 10110101 | 1001001 | 11101 | 0 | 11101 | 11001100 | 111001 | 101101 |
Color Harmonies of #3181B5
Complementary color
Monochromatic Colors of #3181B5
Black with #3181B5
Text Example
Text Example
White with #3181B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3181B5; }
p { color: rgb(49,129,181); }
H1.HeaderClassName
{
color: #3181B5;
}
.AnyTagClassName
{
color: #3181B5;
}
</style>
background-color css
<style>
a { background-color: #3181B5; }
a { background-color: rgb(49,129,181); }
div.DivClassName
{
background-color: #3181B5;
}
.BgClassName
{
background-color: #3181B5;
}
</style>
border-color css
<style>
span { border-color: #3181B5; }
span { border-color: rgb(49,129,181); }
td.TdClassName
{
border-color: #3181B5;
}
.TagClassName
{
border-color: #3181B5;
}
</style>