Shades of Curious Blue #3192D0
Tints of Curious Blue #3192D0
RGB
CMYK
RGB Variations
Color information
#3192D0 (or 0x3192D0) is known color: Curious Blue. HEX triplet: 31, 92 and D0. RGB value is (49,146,208). Sum of RGB (Red+Green+Blue) = 49+146+208=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #3192D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3192D0 is #CE6D2F. Grayscale: #7B7B7B. Windows color (decimal): -13528368 or 13668913. OLE color: 13668913.
HSL color Cylindrical-coordinate representation of color #3192D0: hue angle of 203.4º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3192D0 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 146 | 208 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.18 |
| HSL | 203.4º | 0.63% | 0.5% | - |
| HSV(B) | 203.4º | 0.76% | 0.82% | - |
| XYZ | 22.93 | 25.76 | 63.44 | - |
| YUV | 124.07 | 175.36 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 208 | 0.76 | 0.30 | 0 | 0.18 | 203.4 | 0.63 | 0.5 |
| Hex | 31 | 92 | D0 | 4C | 1E | 0 | 12 | CB | 3F | 32 |
| Octal | 61 | 222 | 320 | 114 | 36 | 0 | 22 | 313 | 77 | 62 |
| Binary | 110001 | 10010010 | 11010000 | 1001100 | 11110 | 0 | 10010 | 11001011 | 111111 | 110010 |
Color Harmonies of #3192D0
Complementary color
Monochromatic Colors of #3192D0
Black with #3192D0
Text Example
Text Example
White with #3192D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3192D0; }
p { color: rgb(49,146,208); }
H1.HeaderClassName
{
color: #3192D0;
}
.AnyTagClassName
{
color: #3192D0;
}
</style>
background-color css
<style>
a { background-color: #3192D0; }
a { background-color: rgb(49,146,208); }
div.DivClassName
{
background-color: #3192D0;
}
.BgClassName
{
background-color: #3192D0;
}
</style>
border-color css
<style>
span { border-color: #3192D0; }
span { border-color: rgb(49,146,208); }
td.TdClassName
{
border-color: #3192D0;
}
.TagClassName
{
border-color: #3192D0;
}
</style>