Shades of Cerulean Blue #3857BA
Tints of Cerulean Blue #3857BA
RGB
CMYK
RGB Variations
Color information
#3857BA (or 0x3857BA) is known color: Cerulean Blue. HEX triplet: 38, 57 and BA. RGB value is (56,87,186). Sum of RGB (Red+Green+Blue) = 56+87+186=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #3857BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3857BA is #C7A845. Grayscale: #585858. Windows color (decimal): -13084742 or 12212024. OLE color: 12212024.
HSL color Cylindrical-coordinate representation of color #3857BA: hue angle of 225.69º 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 #3857BA is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 87 | 186 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.27 |
| HSL | 225.69º | 0.54% | 0.47% | - |
| HSV(B) | 225.69º | 0.7% | 0.73% | - |
| XYZ | 13.9 | 11.2 | 47.88 | - |
| YUV | 89.02 | 182.73 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 186 | 0.70 | 0.53 | 0 | 0.27 | 225.69 | 0.54 | 0.47 |
| Hex | 38 | 57 | BA | 46 | 35 | 0 | 1B | E2 | 36 | 2F |
| Octal | 70 | 127 | 272 | 106 | 65 | 0 | 33 | 342 | 66 | 57 |
| Binary | 111000 | 1010111 | 10111010 | 1000110 | 110101 | 0 | 11011 | 11100010 | 110110 | 101111 |
Color Harmonies of #3857BA
Complementary color
Monochromatic Colors of #3857BA
Black with #3857BA
Text Example
Text Example
White with #3857BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3857BA; }
p { color: rgb(56,87,186); }
H1.HeaderClassName
{
color: #3857BA;
}
.AnyTagClassName
{
color: #3857BA;
}
</style>
background-color css
<style>
a { background-color: #3857BA; }
a { background-color: rgb(56,87,186); }
div.DivClassName
{
background-color: #3857BA;
}
.BgClassName
{
background-color: #3857BA;
}
</style>
border-color css
<style>
span { border-color: #3857BA; }
span { border-color: rgb(56,87,186); }
td.TdClassName
{
border-color: #3857BA;
}
.TagClassName
{
border-color: #3857BA;
}
</style>