Shades of Curious Blue #3193D2
Tints of Curious Blue #3193D2
RGB
CMYK
RGB Variations
Color information
#3193D2 (or 0x3193D2) is known color: Curious Blue. HEX triplet: 31, 93 and D2. RGB value is (49,147,210). Sum of RGB (Red+Green+Blue) = 49+147+210=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #3193D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3193D2 is #CE6C2D. Grayscale: #7C7C7C. Windows color (decimal): -13528110 or 13800241. OLE color: 13800241.
HSL color Cylindrical-coordinate representation of color #3193D2: hue angle of 203.48º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3193D2 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 147 | 210 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.18 |
| HSL | 203.48º | 0.64% | 0.51% | - |
| HSV(B) | 203.48º | 0.77% | 0.82% | - |
| XYZ | 23.33 | 26.17 | 64.79 | - |
| YUV | 124.88 | 176.03 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 210 | 0.77 | 0.30 | 0 | 0.18 | 203.48 | 0.64 | 0.51 |
| Hex | 31 | 93 | D2 | 4D | 1E | 0 | 12 | CB | 40 | 33 |
| Octal | 61 | 223 | 322 | 115 | 36 | 0 | 22 | 313 | 100 | 63 |
| Binary | 110001 | 10010011 | 11010010 | 1001101 | 11110 | 0 | 10010 | 11001011 | 1000000 | 110011 |
Color Harmonies of #3193D2
Complementary color
Monochromatic Colors of #3193D2
Black with #3193D2
Text Example
Text Example
White with #3193D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193D2; }
p { color: rgb(49,147,210); }
H1.HeaderClassName
{
color: #3193D2;
}
.AnyTagClassName
{
color: #3193D2;
}
</style>
background-color css
<style>
a { background-color: #3193D2; }
a { background-color: rgb(49,147,210); }
div.DivClassName
{
background-color: #3193D2;
}
.BgClassName
{
background-color: #3193D2;
}
</style>
border-color css
<style>
span { border-color: #3193D2; }
span { border-color: rgb(49,147,210); }
td.TdClassName
{
border-color: #3193D2;
}
.TagClassName
{
border-color: #3193D2;
}
</style>