Shades of Curious Blue #3175C1
Tints of Curious Blue #3175C1
RGB
CMYK
RGB Variations
Color information
#3175C1 (or 0x3175C1) is known color: Curious Blue. HEX triplet: 31, 75 and C1. RGB value is (49,117,193). Sum of RGB (Red+Green+Blue) = 49+117+193=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #3175C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3175C1 is #CE8A3E. Grayscale: #686868. Windows color (decimal): -13535807 or 12678449. OLE color: 12678449.
HSL color Cylindrical-coordinate representation of color #3175C1: hue angle of 211.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3175C1 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 117 | 193 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.24 |
| HSL | 211.67º | 0.6% | 0.47% | - |
| HSV(B) | 211.67º | 0.75% | 0.76% | - |
| XYZ | 17.25 | 17.23 | 52.87 | - |
| YUV | 105.33 | 177.47 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 193 | 0.75 | 0.39 | 0 | 0.24 | 211.67 | 0.6 | 0.47 |
| Hex | 31 | 75 | C1 | 4B | 27 | 0 | 18 | D4 | 3C | 2F |
| Octal | 61 | 165 | 301 | 113 | 47 | 0 | 30 | 324 | 74 | 57 |
| Binary | 110001 | 1110101 | 11000001 | 1001011 | 100111 | 0 | 11000 | 11010100 | 111100 | 101111 |
Color Harmonies of #3175C1
Complementary color
Monochromatic Colors of #3175C1
Black with #3175C1
Text Example
Text Example
White with #3175C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175C1; }
p { color: rgb(49,117,193); }
H1.HeaderClassName
{
color: #3175C1;
}
.AnyTagClassName
{
color: #3175C1;
}
</style>
background-color css
<style>
a { background-color: #3175C1; }
a { background-color: rgb(49,117,193); }
div.DivClassName
{
background-color: #3175C1;
}
.BgClassName
{
background-color: #3175C1;
}
</style>
border-color css
<style>
span { border-color: #3175C1; }
span { border-color: rgb(49,117,193); }
td.TdClassName
{
border-color: #3175C1;
}
.TagClassName
{
border-color: #3175C1;
}
</style>