Shades of Cerulean Blue #3862BA
Tints of Cerulean Blue #3862BA
RGB
CMYK
RGB Variations
Color information
#3862BA (or 0x3862BA) is known color: Cerulean Blue. HEX triplet: 38, 62 and BA. RGB value is (56,98,186). Sum of RGB (Red+Green+Blue) = 56+98+186=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #3862BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3862BA is #C79D45. Grayscale: #5F5F5F. Windows color (decimal): -13081926 or 12214840. OLE color: 12214840.
HSL color Cylindrical-coordinate representation of color #3862BA: hue angle of 220.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3862BA is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 98 | 186 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.27 |
| HSL | 220.62º | 0.54% | 0.47% | - |
| HSV(B) | 220.62º | 0.7% | 0.73% | - |
| XYZ | 14.86 | 13.12 | 48.2 | - |
| YUV | 95.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 186 | 0.70 | 0.47 | 0 | 0.27 | 220.62 | 0.54 | 0.47 |
| Hex | 38 | 62 | BA | 46 | 2F | 0 | 1B | DD | 36 | 2F |
| Octal | 70 | 142 | 272 | 106 | 57 | 0 | 33 | 335 | 66 | 57 |
| Binary | 111000 | 1100010 | 10111010 | 1000110 | 101111 | 0 | 11011 | 11011101 | 110110 | 101111 |
Color Harmonies of #3862BA
Complementary color
Monochromatic Colors of #3862BA
Black with #3862BA
Text Example
Text Example
White with #3862BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3862BA; }
p { color: rgb(56,98,186); }
H1.HeaderClassName
{
color: #3862BA;
}
.AnyTagClassName
{
color: #3862BA;
}
</style>
background-color css
<style>
a { background-color: #3862BA; }
a { background-color: rgb(56,98,186); }
div.DivClassName
{
background-color: #3862BA;
}
.BgClassName
{
background-color: #3862BA;
}
</style>
border-color css
<style>
span { border-color: #3862BA; }
span { border-color: rgb(56,98,186); }
td.TdClassName
{
border-color: #3862BA;
}
.TagClassName
{
border-color: #3862BA;
}
</style>