Shades of Curious Blue #3178CC
Tints of Curious Blue #3178CC
RGB
CMYK
RGB Variations
Color information
#3178CC (or 0x3178CC) is known color: Curious Blue. HEX triplet: 31, 78 and CC. RGB value is (49,120,204). Sum of RGB (Red+Green+Blue) = 49+120+204=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #3178CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3178CC is #CE8733. Grayscale: #6B6B6B. Windows color (decimal): -13535028 or 13400113. OLE color: 13400113.
HSL color Cylindrical-coordinate representation of color #3178CC: hue angle of 212.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3178CC is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 120 | 204 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.2 |
| HSL | 212.52º | 0.61% | 0.5% | - |
| HSV(B) | 212.52º | 0.76% | 0.8% | - |
| XYZ | 18.88 | 18.45 | 59.69 | - |
| YUV | 108.35 | 181.98 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 204 | 0.76 | 0.41 | 0 | 0.2 | 212.52 | 0.61 | 0.5 |
| Hex | 31 | 78 | CC | 4C | 29 | 0 | 14 | D5 | 3D | 32 |
| Octal | 61 | 170 | 314 | 114 | 51 | 0 | 24 | 325 | 75 | 62 |
| Binary | 110001 | 1111000 | 11001100 | 1001100 | 101001 | 0 | 10100 | 11010101 | 111101 | 110010 |
Color Harmonies of #3178CC
Complementary color
Monochromatic Colors of #3178CC
Black with #3178CC
Text Example
Text Example
White with #3178CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3178CC; }
p { color: rgb(49,120,204); }
H1.HeaderClassName
{
color: #3178CC;
}
.AnyTagClassName
{
color: #3178CC;
}
</style>
background-color css
<style>
a { background-color: #3178CC; }
a { background-color: rgb(49,120,204); }
div.DivClassName
{
background-color: #3178CC;
}
.BgClassName
{
background-color: #3178CC;
}
</style>
border-color css
<style>
span { border-color: #3178CC; }
span { border-color: rgb(49,120,204); }
td.TdClassName
{
border-color: #3178CC;
}
.TagClassName
{
border-color: #3178CC;
}
</style>