Shades of Curious Blue #3192CE
Tints of Curious Blue #3192CE
RGB
CMYK
RGB Variations
Color information
#3192CE (or 0x3192CE) is known color: Curious Blue. HEX triplet: 31, 92 and CE. RGB value is (49,146,206). Sum of RGB (Red+Green+Blue) = 49+146+206=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #3192CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3192CE is #CE6D31. Grayscale: #7B7B7B. Windows color (decimal): -13528370 or 13537841. OLE color: 13537841.
HSL color Cylindrical-coordinate representation of color #3192CE: hue angle of 202.93º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3192CE is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 146 | 206 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.19 |
| HSL | 202.93º | 0.62% | 0.5% | - |
| HSV(B) | 202.93º | 0.76% | 0.81% | - |
| XYZ | 22.69 | 25.67 | 62.15 | - |
| YUV | 123.84 | 174.36 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 206 | 0.76 | 0.29 | 0 | 0.19 | 202.93 | 0.62 | 0.5 |
| Hex | 31 | 92 | CE | 4C | 1D | 0 | 13 | CB | 3E | 32 |
| Octal | 61 | 222 | 316 | 114 | 35 | 0 | 23 | 313 | 76 | 62 |
| Binary | 110001 | 10010010 | 11001110 | 1001100 | 11101 | 0 | 10011 | 11001011 | 111110 | 110010 |
Color Harmonies of #3192CE
Complementary color
Monochromatic Colors of #3192CE
Black with #3192CE
Text Example
Text Example
White with #3192CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3192CE; }
p { color: rgb(49,146,206); }
H1.HeaderClassName
{
color: #3192CE;
}
.AnyTagClassName
{
color: #3192CE;
}
</style>
background-color css
<style>
a { background-color: #3192CE; }
a { background-color: rgb(49,146,206); }
div.DivClassName
{
background-color: #3192CE;
}
.BgClassName
{
background-color: #3192CE;
}
</style>
border-color css
<style>
span { border-color: #3192CE; }
span { border-color: rgb(49,146,206); }
td.TdClassName
{
border-color: #3192CE;
}
.TagClassName
{
border-color: #3192CE;
}
</style>