Shades of Cerulean Blue #3166CD
Tints of Cerulean Blue #3166CD
RGB
CMYK
RGB Variations
Color information
#3166CD (or 0x3166CD) is known color: Cerulean Blue. HEX triplet: 31, 66 and CD. RGB value is (49,102,205). Sum of RGB (Red+Green+Blue) = 49+102+205=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #3166CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166CD is #CE9932. Grayscale: #616161. Windows color (decimal): -13539635 or 13461041. OLE color: 13461041.
HSL color Cylindrical-coordinate representation of color #3166CD: hue angle of 219.62º 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 #3166CD is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 102 | 205 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.20 |
| HSL | 219.62º | 0.61% | 0.5% | - |
| HSV(B) | 219.62º | 0.76% | 0.8% | - |
| XYZ | 17.04 | 14.56 | 59.67 | - |
| YUV | 97.9 | 188.44 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 205 | 0.76 | 0.50 | 0 | 0.20 | 219.62 | 0.61 | 0.5 |
| Hex | 31 | 66 | CD | 4C | 32 | 0 | 14 | DC | 3D | 32 |
| Octal | 61 | 146 | 315 | 114 | 62 | 0 | 24 | 334 | 75 | 62 |
| Binary | 110001 | 1100110 | 11001101 | 1001100 | 110010 | 0 | 10100 | 11011100 | 111101 | 110010 |
Color Harmonies of #3166CD
Complementary color
Monochromatic Colors of #3166CD
Black with #3166CD
Text Example
Text Example
White with #3166CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166CD; }
p { color: rgb(49,102,205); }
H1.HeaderClassName
{
color: #3166CD;
}
.AnyTagClassName
{
color: #3166CD;
}
</style>
background-color css
<style>
a { background-color: #3166CD; }
a { background-color: rgb(49,102,205); }
div.DivClassName
{
background-color: #3166CD;
}
.BgClassName
{
background-color: #3166CD;
}
</style>
border-color css
<style>
span { border-color: #3166CD; }
span { border-color: rgb(49,102,205); }
td.TdClassName
{
border-color: #3166CD;
}
.TagClassName
{
border-color: #3166CD;
}
</style>