Shades of Curious Blue #3193C1
Tints of Curious Blue #3193C1
RGB
CMYK
RGB Variations
Color information
#3193C1 (or 0x3193C1) is known color: Curious Blue. HEX triplet: 31, 93 and C1. RGB value is (49,147,193). Sum of RGB (Red+Green+Blue) = 49+147+193=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #3193C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3193C1 is #CE6C3E. Grayscale: #7A7A7A. Windows color (decimal): -13528127 or 12686129. OLE color: 12686129.
HSL color Cylindrical-coordinate representation of color #3193C1: hue angle of 199.17º 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 #3193C1 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 147 | 193 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.24 |
| HSL | 199.17º | 0.6% | 0.47% | - |
| HSV(B) | 199.17º | 0.75% | 0.76% | - |
| XYZ | 21.33 | 25.37 | 54.23 | - |
| YUV | 122.94 | 167.53 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 193 | 0.75 | 0.24 | 0 | 0.24 | 199.17 | 0.6 | 0.47 |
| Hex | 31 | 93 | C1 | 4B | 18 | 0 | 18 | C7 | 3C | 2F |
| Octal | 61 | 223 | 301 | 113 | 30 | 0 | 30 | 307 | 74 | 57 |
| Binary | 110001 | 10010011 | 11000001 | 1001011 | 11000 | 0 | 11000 | 11000111 | 111100 | 101111 |
Color Harmonies of #3193C1
Complementary color
Monochromatic Colors of #3193C1
Black with #3193C1
Text Example
Text Example
White with #3193C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193C1; }
p { color: rgb(49,147,193); }
H1.HeaderClassName
{
color: #3193C1;
}
.AnyTagClassName
{
color: #3193C1;
}
</style>
background-color css
<style>
a { background-color: #3193C1; }
a { background-color: rgb(49,147,193); }
div.DivClassName
{
background-color: #3193C1;
}
.BgClassName
{
background-color: #3193C1;
}
</style>
border-color css
<style>
span { border-color: #3193C1; }
span { border-color: rgb(49,147,193); }
td.TdClassName
{
border-color: #3193C1;
}
.TagClassName
{
border-color: #3193C1;
}
</style>