Shades of Curious Blue #3181CB
Tints of Curious Blue #3181CB
RGB
CMYK
RGB Variations
Color information
#3181CB (or 0x3181CB) is known color: Curious Blue. HEX triplet: 31, 81 and CB. RGB value is (49,129,203). Sum of RGB (Red+Green+Blue) = 49+129+203=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #3181CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3181CB is #CE7E34. Grayscale: #717171. Windows color (decimal): -13532725 or 13336881. OLE color: 13336881.
HSL color Cylindrical-coordinate representation of color #3181CB: hue angle of 208.83º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3181CB is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 129 | 203 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.20 |
| HSL | 208.83º | 0.61% | 0.49% | - |
| HSV(B) | 208.83º | 0.76% | 0.8% | - |
| XYZ | 19.9 | 20.67 | 59.44 | - |
| YUV | 113.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 203 | 0.76 | 0.36 | 0 | 0.20 | 208.83 | 0.61 | 0.49 |
| Hex | 31 | 81 | CB | 4C | 24 | 0 | 14 | D1 | 3D | 31 |
| Octal | 61 | 201 | 313 | 114 | 44 | 0 | 24 | 321 | 75 | 61 |
| Binary | 110001 | 10000001 | 11001011 | 1001100 | 100100 | 0 | 10100 | 11010001 | 111101 | 110001 |
Color Harmonies of #3181CB
Complementary color
Monochromatic Colors of #3181CB
Black with #3181CB
Text Example
Text Example
White with #3181CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3181CB; }
p { color: rgb(49,129,203); }
H1.HeaderClassName
{
color: #3181CB;
}
.AnyTagClassName
{
color: #3181CB;
}
</style>
background-color css
<style>
a { background-color: #3181CB; }
a { background-color: rgb(49,129,203); }
div.DivClassName
{
background-color: #3181CB;
}
.BgClassName
{
background-color: #3181CB;
}
</style>
border-color css
<style>
span { border-color: #3181CB; }
span { border-color: rgb(49,129,203); }
td.TdClassName
{
border-color: #3181CB;
}
.TagClassName
{
border-color: #3181CB;
}
</style>