Shades of Curious Blue #3175BF
Tints of Curious Blue #3175BF
RGB
CMYK
RGB Variations
Color information
#3175BF (or 0x3175BF) is known color: Curious Blue. HEX triplet: 31, 75 and BF. RGB value is (49,117,191). Sum of RGB (Red+Green+Blue) = 49+117+191=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #3175BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3175BF is #CE8A40. Grayscale: #686868. Windows color (decimal): -13535809 or 12547377. OLE color: 12547377.
HSL color Cylindrical-coordinate representation of color #3175BF: hue angle of 211.27º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3175BF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 117 | 191 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.25 |
| HSL | 211.27º | 0.59% | 0.47% | - |
| HSV(B) | 211.27º | 0.74% | 0.75% | - |
| XYZ | 17.03 | 17.14 | 51.7 | - |
| YUV | 105.1 | 176.47 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 191 | 0.74 | 0.39 | 0 | 0.25 | 211.27 | 0.59 | 0.47 |
| Hex | 31 | 75 | BF | 4A | 27 | 0 | 19 | D3 | 3B | 2F |
| Octal | 61 | 165 | 277 | 112 | 47 | 0 | 31 | 323 | 73 | 57 |
| Binary | 110001 | 1110101 | 10111111 | 1001010 | 100111 | 0 | 11001 | 11010011 | 111011 | 101111 |
Color Harmonies of #3175BF
Complementary color
Monochromatic Colors of #3175BF
Black with #3175BF
Text Example
Text Example
White with #3175BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175BF; }
p { color: rgb(49,117,191); }
H1.HeaderClassName
{
color: #3175BF;
}
.AnyTagClassName
{
color: #3175BF;
}
</style>
background-color css
<style>
a { background-color: #3175BF; }
a { background-color: rgb(49,117,191); }
div.DivClassName
{
background-color: #3175BF;
}
.BgClassName
{
background-color: #3175BF;
}
</style>
border-color css
<style>
span { border-color: #3175BF; }
span { border-color: rgb(49,117,191); }
td.TdClassName
{
border-color: #3175BF;
}
.TagClassName
{
border-color: #3175BF;
}
</style>