Shades of Cerulean Blue #3963BA
Tints of Cerulean Blue #3963BA
RGB
CMYK
RGB Variations
Color information
#3963BA (or 0x3963BA) is known color: Cerulean Blue. HEX triplet: 39, 63 and BA. RGB value is (57,99,186). Sum of RGB (Red+Green+Blue) = 57+99+186=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #3963BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3963BA is #C69C45. Grayscale: #5F5F5F. Windows color (decimal): -13016134 or 12215097. OLE color: 12215097.
HSL color Cylindrical-coordinate representation of color #3963BA: hue angle of 220.47º 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 #3963BA is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 99 | 186 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.27 |
| HSL | 220.47º | 0.53% | 0.48% | - |
| HSV(B) | 220.47º | 0.69% | 0.73% | - |
| XYZ | 15.01 | 13.34 | 48.24 | - |
| YUV | 96.36 | 178.59 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 186 | 0.69 | 0.47 | 0 | 0.27 | 220.47 | 0.53 | 0.48 |
| Hex | 39 | 63 | BA | 45 | 2F | 0 | 1B | DC | 35 | 30 |
| Octal | 71 | 143 | 272 | 105 | 57 | 0 | 33 | 334 | 65 | 60 |
| Binary | 111001 | 1100011 | 10111010 | 1000101 | 101111 | 0 | 11011 | 11011100 | 110101 | 110000 |
Color Harmonies of #3963BA
Complementary color
Monochromatic Colors of #3963BA
Black with #3963BA
Text Example
Text Example
White with #3963BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3963BA; }
p { color: rgb(57,99,186); }
H1.HeaderClassName
{
color: #3963BA;
}
.AnyTagClassName
{
color: #3963BA;
}
</style>
background-color css
<style>
a { background-color: #3963BA; }
a { background-color: rgb(57,99,186); }
div.DivClassName
{
background-color: #3963BA;
}
.BgClassName
{
background-color: #3963BA;
}
</style>
border-color css
<style>
span { border-color: #3963BA; }
span { border-color: rgb(57,99,186); }
td.TdClassName
{
border-color: #3963BA;
}
.TagClassName
{
border-color: #3963BA;
}
</style>