Shades of Cerulean Blue #3166CC
Tints of Cerulean Blue #3166CC
RGB
CMYK
RGB Variations
Color information
#3166CC (or 0x3166CC) is known color: Cerulean Blue. HEX triplet: 31, 66 and CC. RGB value is (49,102,204). Sum of RGB (Red+Green+Blue) = 49+102+204=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #3166CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166CC is #CE9933. Grayscale: #616161. Windows color (decimal): -13539636 or 13395505. OLE color: 13395505.
HSL color Cylindrical-coordinate representation of color #3166CC: hue angle of 219.48º 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 #3166CC is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 102 | 204 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.2 |
| HSL | 219.48º | 0.61% | 0.5% | - |
| HSV(B) | 219.48º | 0.76% | 0.8% | - |
| XYZ | 16.92 | 14.52 | 59.04 | - |
| YUV | 97.78 | 187.94 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 204 | 0.76 | 0.5 | 0 | 0.2 | 219.48 | 0.61 | 0.5 |
| Hex | 31 | 66 | CC | 4C | 32 | 0 | 14 | DB | 3D | 32 |
| Octal | 61 | 146 | 314 | 114 | 62 | 0 | 24 | 333 | 75 | 62 |
| Binary | 110001 | 1100110 | 11001100 | 1001100 | 110010 | 0 | 10100 | 11011011 | 111101 | 110010 |
Color Harmonies of #3166CC
Complementary color
Monochromatic Colors of #3166CC
Black with #3166CC
Text Example
Text Example
White with #3166CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166CC; }
p { color: rgb(49,102,204); }
H1.HeaderClassName
{
color: #3166CC;
}
.AnyTagClassName
{
color: #3166CC;
}
</style>
background-color css
<style>
a { background-color: #3166CC; }
a { background-color: rgb(49,102,204); }
div.DivClassName
{
background-color: #3166CC;
}
.BgClassName
{
background-color: #3166CC;
}
</style>
border-color css
<style>
span { border-color: #3166CC; }
span { border-color: rgb(49,102,204); }
td.TdClassName
{
border-color: #3166CC;
}
.TagClassName
{
border-color: #3166CC;
}
</style>