Shades of Curious Blue #3191CF
Tints of Curious Blue #3191CF
RGB
CMYK
RGB Variations
Color information
#3191CF (or 0x3191CF) is known color: Curious Blue. HEX triplet: 31, 91 and CF. RGB value is (49,145,207). Sum of RGB (Red+Green+Blue) = 49+145+207=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #3191CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3191CF is #CE6E30. Grayscale: #7B7B7B. Windows color (decimal): -13528625 or 13603121. OLE color: 13603121.
HSL color Cylindrical-coordinate representation of color #3191CF: hue angle of 203.54º 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 #3191CF is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 145 | 207 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.19 |
| HSL | 203.54º | 0.62% | 0.5% | - |
| HSV(B) | 203.54º | 0.76% | 0.81% | - |
| XYZ | 22.65 | 25.41 | 62.74 | - |
| YUV | 123.36 | 175.2 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 207 | 0.76 | 0.30 | 0 | 0.19 | 203.54 | 0.62 | 0.5 |
| Hex | 31 | 91 | CF | 4C | 1E | 0 | 13 | CC | 3E | 32 |
| Octal | 61 | 221 | 317 | 114 | 36 | 0 | 23 | 314 | 76 | 62 |
| Binary | 110001 | 10010001 | 11001111 | 1001100 | 11110 | 0 | 10011 | 11001100 | 111110 | 110010 |
Color Harmonies of #3191CF
Complementary color
Monochromatic Colors of #3191CF
Black with #3191CF
Text Example
Text Example
White with #3191CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3191CF; }
p { color: rgb(49,145,207); }
H1.HeaderClassName
{
color: #3191CF;
}
.AnyTagClassName
{
color: #3191CF;
}
</style>
background-color css
<style>
a { background-color: #3191CF; }
a { background-color: rgb(49,145,207); }
div.DivClassName
{
background-color: #3191CF;
}
.BgClassName
{
background-color: #3191CF;
}
</style>
border-color css
<style>
span { border-color: #3191CF; }
span { border-color: rgb(49,145,207); }
td.TdClassName
{
border-color: #3191CF;
}
.TagClassName
{
border-color: #3191CF;
}
</style>