Shades of Cerulean Blue #3166BD
Tints of Cerulean Blue #3166BD
RGB
CMYK
RGB Variations
Color information
#3166BD (or 0x3166BD) is known color: Cerulean Blue. HEX triplet: 31, 66 and BD. RGB value is (49,102,189). Sum of RGB (Red+Green+Blue) = 49+102+189=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #3166BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166BD is #CE9942. Grayscale: #5F5F5F. Windows color (decimal): -13539651 or 12412465. OLE color: 12412465.
HSL color Cylindrical-coordinate representation of color #3166BD: hue angle of 217.29º 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 #3166BD is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 102 | 189 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.26 |
| HSL | 217.29º | 0.59% | 0.47% | - |
| HSV(B) | 217.29º | 0.74% | 0.74% | - |
| XYZ | 15.2 | 13.83 | 50.01 | - |
| YUV | 96.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 189 | 0.74 | 0.46 | 0 | 0.26 | 217.29 | 0.59 | 0.47 |
| Hex | 31 | 66 | BD | 4A | 2E | 0 | 1A | D9 | 3B | 2F |
| Octal | 61 | 146 | 275 | 112 | 56 | 0 | 32 | 331 | 73 | 57 |
| Binary | 110001 | 1100110 | 10111101 | 1001010 | 101110 | 0 | 11010 | 11011001 | 111011 | 101111 |
Color Harmonies of #3166BD
Complementary color
Monochromatic Colors of #3166BD
Black with #3166BD
Text Example
Text Example
White with #3166BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166BD; }
p { color: rgb(49,102,189); }
H1.HeaderClassName
{
color: #3166BD;
}
.AnyTagClassName
{
color: #3166BD;
}
</style>
background-color css
<style>
a { background-color: #3166BD; }
a { background-color: rgb(49,102,189); }
div.DivClassName
{
background-color: #3166BD;
}
.BgClassName
{
background-color: #3166BD;
}
</style>
border-color css
<style>
span { border-color: #3166BD; }
span { border-color: rgb(49,102,189); }
td.TdClassName
{
border-color: #3166BD;
}
.TagClassName
{
border-color: #3166BD;
}
</style>