Shades of Cerulean Blue #3166BC
Tints of Cerulean Blue #3166BC
RGB
CMYK
RGB Variations
Color information
#3166BC (or 0x3166BC) is known color: Cerulean Blue. HEX triplet: 31, 66 and BC. RGB value is (49,102,188). Sum of RGB (Red+Green+Blue) = 49+102+188=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #3166BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166BC is #CE9943. Grayscale: #5F5F5F. Windows color (decimal): -13539652 or 12346929. OLE color: 12346929.
HSL color Cylindrical-coordinate representation of color #3166BC: hue angle of 217.12º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3166BC is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 102 | 188 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.26 |
| HSL | 217.12º | 0.59% | 0.46% | - |
| HSV(B) | 217.12º | 0.74% | 0.74% | - |
| XYZ | 15.1 | 13.79 | 49.44 | - |
| YUV | 95.96 | 179.94 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 188 | 0.74 | 0.46 | 0 | 0.26 | 217.12 | 0.59 | 0.46 |
| Hex | 31 | 66 | BC | 4A | 2E | 0 | 1A | D9 | 3B | 2E |
| Octal | 61 | 146 | 274 | 112 | 56 | 0 | 32 | 331 | 73 | 56 |
| Binary | 110001 | 1100110 | 10111100 | 1001010 | 101110 | 0 | 11010 | 11011001 | 111011 | 101110 |
Color Harmonies of #3166BC
Complementary color
Monochromatic Colors of #3166BC
Black with #3166BC
Text Example
Text Example
White with #3166BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166BC; }
p { color: rgb(49,102,188); }
H1.HeaderClassName
{
color: #3166BC;
}
.AnyTagClassName
{
color: #3166BC;
}
</style>
background-color css
<style>
a { background-color: #3166BC; }
a { background-color: rgb(49,102,188); }
div.DivClassName
{
background-color: #3166BC;
}
.BgClassName
{
background-color: #3166BC;
}
</style>
border-color css
<style>
span { border-color: #3166BC; }
span { border-color: rgb(49,102,188); }
td.TdClassName
{
border-color: #3166BC;
}
.TagClassName
{
border-color: #3166BC;
}
</style>