Shades of Curious Blue #3179CB
Tints of Curious Blue #3179CB
RGB
CMYK
RGB Variations
Color information
#3179CB (or 0x3179CB) is known color: Curious Blue. HEX triplet: 31, 79 and CB. RGB value is (49,121,203). Sum of RGB (Red+Green+Blue) = 49+121+203=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #3179CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179CB is #CE8634. Grayscale: #6C6C6C. Windows color (decimal): -13534773 or 13334833. OLE color: 13334833.
HSL color Cylindrical-coordinate representation of color #3179CB: hue angle of 211.95º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3179CB is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 121 | 203 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.20 |
| HSL | 211.95º | 0.61% | 0.49% | - |
| HSV(B) | 211.95º | 0.76% | 0.8% | - |
| XYZ | 18.88 | 18.64 | 59.1 | - |
| YUV | 108.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 203 | 0.76 | 0.40 | 0 | 0.20 | 211.95 | 0.61 | 0.49 |
| Hex | 31 | 79 | CB | 4C | 28 | 0 | 14 | D4 | 3D | 31 |
| Octal | 61 | 171 | 313 | 114 | 50 | 0 | 24 | 324 | 75 | 61 |
| Binary | 110001 | 1111001 | 11001011 | 1001100 | 101000 | 0 | 10100 | 11010100 | 111101 | 110001 |
Color Harmonies of #3179CB
Complementary color
Monochromatic Colors of #3179CB
Black with #3179CB
Text Example
Text Example
White with #3179CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3179CB; }
p { color: rgb(49,121,203); }
H1.HeaderClassName
{
color: #3179CB;
}
.AnyTagClassName
{
color: #3179CB;
}
</style>
background-color css
<style>
a { background-color: #3179CB; }
a { background-color: rgb(49,121,203); }
div.DivClassName
{
background-color: #3179CB;
}
.BgClassName
{
background-color: #3179CB;
}
</style>
border-color css
<style>
span { border-color: #3179CB; }
span { border-color: rgb(49,121,203); }
td.TdClassName
{
border-color: #3179CB;
}
.TagClassName
{
border-color: #3179CB;
}
</style>