Shades of Curious Blue #3175BA
Tints of Curious Blue #3175BA
RGB
CMYK
RGB Variations
Color information
#3175BA (or 0x3175BA) is known color: Curious Blue. HEX triplet: 31, 75 and BA. RGB value is (49,117,186). Sum of RGB (Red+Green+Blue) = 49+117+186=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #3175BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3175BA is #CE8A45. Grayscale: #686868. Windows color (decimal): -13535814 or 12219697. OLE color: 12219697.
HSL color Cylindrical-coordinate representation of color #3175BA: hue angle of 210.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3175BA is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 117 | 186 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.27 |
| HSL | 210.22º | 0.58% | 0.46% | - |
| HSV(B) | 210.22º | 0.74% | 0.73% | - |
| XYZ | 16.49 | 16.92 | 48.85 | - |
| YUV | 104.53 | 173.97 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 186 | 0.74 | 0.37 | 0 | 0.27 | 210.22 | 0.58 | 0.46 |
| Hex | 31 | 75 | BA | 4A | 25 | 0 | 1B | D2 | 3A | 2E |
| Octal | 61 | 165 | 272 | 112 | 45 | 0 | 33 | 322 | 72 | 56 |
| Binary | 110001 | 1110101 | 10111010 | 1001010 | 100101 | 0 | 11011 | 11010010 | 111010 | 101110 |
Color Harmonies of #3175BA
Complementary color
Monochromatic Colors of #3175BA
Black with #3175BA
Text Example
Text Example
White with #3175BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175BA; }
p { color: rgb(49,117,186); }
H1.HeaderClassName
{
color: #3175BA;
}
.AnyTagClassName
{
color: #3175BA;
}
</style>
background-color css
<style>
a { background-color: #3175BA; }
a { background-color: rgb(49,117,186); }
div.DivClassName
{
background-color: #3175BA;
}
.BgClassName
{
background-color: #3175BA;
}
</style>
border-color css
<style>
span { border-color: #3175BA; }
span { border-color: rgb(49,117,186); }
td.TdClassName
{
border-color: #3175BA;
}
.TagClassName
{
border-color: #3175BA;
}
</style>