Shades of Curious Blue #3179B4
Tints of Curious Blue #3179B4
RGB
CMYK
RGB Variations
Color information
#3179B4 (or 0x3179B4) is known color: Curious Blue. HEX triplet: 31, 79 and B4. RGB value is (49,121,180). Sum of RGB (Red+Green+Blue) = 49+121+180=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #3179B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179B4 is #CE864B. Grayscale: #696969. Windows color (decimal): -13534796 or 11827505. OLE color: 11827505.
HSL color Cylindrical-coordinate representation of color #3179B4: hue angle of 207.02º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3179B4 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 121 | 180 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.29 |
| HSL | 207.02º | 0.57% | 0.45% | - |
| HSV(B) | 207.02º | 0.73% | 0.71% | - |
| XYZ | 16.34 | 17.62 | 45.72 | - |
| YUV | 106.2 | 169.65 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 180 | 0.73 | 0.33 | 0 | 0.29 | 207.02 | 0.57 | 0.45 |
| Hex | 31 | 79 | B4 | 49 | 21 | 0 | 1D | CF | 39 | 2D |
| Octal | 61 | 171 | 264 | 111 | 41 | 0 | 35 | 317 | 71 | 55 |
| Binary | 110001 | 1111001 | 10110100 | 1001001 | 100001 | 0 | 11101 | 11001111 | 111001 | 101101 |
Color Harmonies of #3179B4
Complementary color
Monochromatic Colors of #3179B4
Black with #3179B4
Text Example
Text Example
White with #3179B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3179B4; }
p { color: rgb(49,121,180); }
H1.HeaderClassName
{
color: #3179B4;
}
.AnyTagClassName
{
color: #3179B4;
}
</style>
background-color css
<style>
a { background-color: #3179B4; }
a { background-color: rgb(49,121,180); }
div.DivClassName
{
background-color: #3179B4;
}
.BgClassName
{
background-color: #3179B4;
}
</style>
border-color css
<style>
span { border-color: #3179B4; }
span { border-color: rgb(49,121,180); }
td.TdClassName
{
border-color: #3179B4;
}
.TagClassName
{
border-color: #3179B4;
}
</style>