Shades of Curious Blue #3178BD
Tints of Curious Blue #3178BD
RGB
CMYK
RGB Variations
Color information
#3178BD (or 0x3178BD) is known color: Curious Blue. HEX triplet: 31, 78 and BD. RGB value is (49,120,189). Sum of RGB (Red+Green+Blue) = 49+120+189=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #3178BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3178BD is #CE8742. Grayscale: #6A6A6A. Windows color (decimal): -13535043 or 12417073. OLE color: 12417073.
HSL color Cylindrical-coordinate representation of color #3178BD: hue angle of 209.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3178BD is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 120 | 189 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.26 |
| HSL | 209.57º | 0.59% | 0.47% | - |
| HSV(B) | 209.57º | 0.74% | 0.74% | - |
| XYZ | 17.17 | 17.76 | 50.67 | - |
| YUV | 106.64 | 174.48 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 189 | 0.74 | 0.37 | 0 | 0.26 | 209.57 | 0.59 | 0.47 |
| Hex | 31 | 78 | BD | 4A | 25 | 0 | 1A | D2 | 3B | 2F |
| Octal | 61 | 170 | 275 | 112 | 45 | 0 | 32 | 322 | 73 | 57 |
| Binary | 110001 | 1111000 | 10111101 | 1001010 | 100101 | 0 | 11010 | 11010010 | 111011 | 101111 |
Color Harmonies of #3178BD
Complementary color
Monochromatic Colors of #3178BD
Black with #3178BD
Text Example
Text Example
White with #3178BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3178BD; }
p { color: rgb(49,120,189); }
H1.HeaderClassName
{
color: #3178BD;
}
.AnyTagClassName
{
color: #3178BD;
}
</style>
background-color css
<style>
a { background-color: #3178BD; }
a { background-color: rgb(49,120,189); }
div.DivClassName
{
background-color: #3178BD;
}
.BgClassName
{
background-color: #3178BD;
}
</style>
border-color css
<style>
span { border-color: #3178BD; }
span { border-color: rgb(49,120,189); }
td.TdClassName
{
border-color: #3178BD;
}
.TagClassName
{
border-color: #3178BD;
}
</style>