Shades of Cerulean Blue #3867BA
Tints of Cerulean Blue #3867BA
RGB
CMYK
RGB Variations
Color information
#3867BA (or 0x3867BA) is known color: Cerulean Blue. HEX triplet: 38, 67 and BA. RGB value is (56,103,186). Sum of RGB (Red+Green+Blue) = 56+103+186=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 103 (40.62% from 255 or 29.86% 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 #3867BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3867BA is #C79845. Grayscale: #626262. Windows color (decimal): -13080646 or 12216120. OLE color: 12216120.
HSL color Cylindrical-coordinate representation of color #3867BA: hue angle of 218.31º 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 #3867BA is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 103 | 186 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.27 |
| HSL | 218.31º | 0.54% | 0.47% | - |
| HSV(B) | 218.31º | 0.7% | 0.73% | - |
| XYZ | 15.34 | 14.09 | 48.36 | - |
| YUV | 98.41 | 177.43 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 186 | 0.70 | 0.45 | 0 | 0.27 | 218.31 | 0.54 | 0.47 |
| Hex | 38 | 67 | BA | 46 | 2D | 0 | 1B | DA | 36 | 2F |
| Octal | 70 | 147 | 272 | 106 | 55 | 0 | 33 | 332 | 66 | 57 |
| Binary | 111000 | 1100111 | 10111010 | 1000110 | 101101 | 0 | 11011 | 11011010 | 110110 | 101111 |
Color Harmonies of #3867BA
Complementary color
Monochromatic Colors of #3867BA
Black with #3867BA
Text Example
Text Example
White with #3867BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3867BA; }
p { color: rgb(56,103,186); }
H1.HeaderClassName
{
color: #3867BA;
}
.AnyTagClassName
{
color: #3867BA;
}
</style>
background-color css
<style>
a { background-color: #3867BA; }
a { background-color: rgb(56,103,186); }
div.DivClassName
{
background-color: #3867BA;
}
.BgClassName
{
background-color: #3867BA;
}
</style>
border-color css
<style>
span { border-color: #3867BA; }
span { border-color: rgb(56,103,186); }
td.TdClassName
{
border-color: #3867BA;
}
.TagClassName
{
border-color: #3867BA;
}
</style>