Shades of Curious Blue #3179CE
Tints of Curious Blue #3179CE
RGB
CMYK
RGB Variations
Color information
#3179CE (or 0x3179CE) is known color: Curious Blue. HEX triplet: 31, 79 and CE. RGB value is (49,121,206). Sum of RGB (Red+Green+Blue) = 49+121+206=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #3179CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179CE is #CE8631. Grayscale: #6C6C6C. Windows color (decimal): -13534770 or 13531441. OLE color: 13531441.
HSL color Cylindrical-coordinate representation of color #3179CE: hue angle of 212.48º 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 #3179CE is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 121 | 206 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.19 |
| HSL | 212.48º | 0.62% | 0.5% | - |
| HSV(B) | 212.48º | 0.76% | 0.81% | - |
| XYZ | 19.24 | 18.78 | 61 | - |
| YUV | 109.16 | 182.65 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 206 | 0.76 | 0.41 | 0 | 0.19 | 212.48 | 0.62 | 0.5 |
| Hex | 31 | 79 | CE | 4C | 29 | 0 | 13 | D4 | 3E | 32 |
| Octal | 61 | 171 | 316 | 114 | 51 | 0 | 23 | 324 | 76 | 62 |
| Binary | 110001 | 1111001 | 11001110 | 1001100 | 101001 | 0 | 10011 | 11010100 | 111110 | 110010 |
Color Harmonies of #3179CE
Complementary color
Monochromatic Colors of #3179CE
Black with #3179CE
Text Example
Text Example
White with #3179CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3179CE; }
p { color: rgb(49,121,206); }
H1.HeaderClassName
{
color: #3179CE;
}
.AnyTagClassName
{
color: #3179CE;
}
</style>
background-color css
<style>
a { background-color: #3179CE; }
a { background-color: rgb(49,121,206); }
div.DivClassName
{
background-color: #3179CE;
}
.BgClassName
{
background-color: #3179CE;
}
</style>
border-color css
<style>
span { border-color: #3179CE; }
span { border-color: rgb(49,121,206); }
td.TdClassName
{
border-color: #3179CE;
}
.TagClassName
{
border-color: #3179CE;
}
</style>