Shades of Cerulean Blue #3966BA
Tints of Cerulean Blue #3966BA
RGB
CMYK
RGB Variations
Color information
#3966BA (or 0x3966BA) is known color: Cerulean Blue. HEX triplet: 39, 66 and BA. RGB value is (57,102,186). Sum of RGB (Red+Green+Blue) = 57+102+186=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #3966BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3966BA is #C69945. Grayscale: #616161. Windows color (decimal): -13015366 or 12215865. OLE color: 12215865.
HSL color Cylindrical-coordinate representation of color #3966BA: hue angle of 219.07º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3966BA is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 102 | 186 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.27 |
| HSL | 219.07º | 0.53% | 0.48% | - |
| HSV(B) | 219.07º | 0.69% | 0.73% | - |
| XYZ | 15.3 | 13.92 | 48.33 | - |
| YUV | 98.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 102 | 186 | 0.69 | 0.45 | 0 | 0.27 | 219.07 | 0.53 | 0.48 |
| Hex | 39 | 66 | BA | 45 | 2D | 0 | 1B | DB | 35 | 30 |
| Octal | 71 | 146 | 272 | 105 | 55 | 0 | 33 | 333 | 65 | 60 |
| Binary | 111001 | 1100110 | 10111010 | 1000101 | 101101 | 0 | 11011 | 11011011 | 110101 | 110000 |
Color Harmonies of #3966BA
Complementary color
Monochromatic Colors of #3966BA
Black with #3966BA
Text Example
Text Example
White with #3966BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3966BA; }
p { color: rgb(57,102,186); }
H1.HeaderClassName
{
color: #3966BA;
}
.AnyTagClassName
{
color: #3966BA;
}
</style>
background-color css
<style>
a { background-color: #3966BA; }
a { background-color: rgb(57,102,186); }
div.DivClassName
{
background-color: #3966BA;
}
.BgClassName
{
background-color: #3966BA;
}
</style>
border-color css
<style>
span { border-color: #3966BA; }
span { border-color: rgb(57,102,186); }
td.TdClassName
{
border-color: #3966BA;
}
.TagClassName
{
border-color: #3966BA;
}
</style>