Shades of Cerulean Blue #3859B1
Tints of Cerulean Blue #3859B1
RGB
CMYK
RGB Variations
Color information
#3859B1 (or 0x3859B1) is known color: Cerulean Blue. HEX triplet: 38, 59 and B1. RGB value is (56,89,177). Sum of RGB (Red+Green+Blue) = 56+89+177=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #3859B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3859B1 is #C7A64E. Grayscale: #585858. Windows color (decimal): -13084239 or 11622712. OLE color: 11622712.
HSL color Cylindrical-coordinate representation of color #3859B1: hue angle of 223.64º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3859B1 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 89 | 177 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.31 |
| HSL | 223.64º | 0.52% | 0.46% | - |
| HSV(B) | 223.64º | 0.68% | 0.69% | - |
| XYZ | 13.14 | 11.16 | 43.06 | - |
| YUV | 89.17 | 177.57 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 177 | 0.68 | 0.50 | 0 | 0.31 | 223.64 | 0.52 | 0.46 |
| Hex | 38 | 59 | B1 | 44 | 32 | 0 | 1F | E0 | 34 | 2E |
| Octal | 70 | 131 | 261 | 104 | 62 | 0 | 37 | 340 | 64 | 56 |
| Binary | 111000 | 1011001 | 10110001 | 1000100 | 110010 | 0 | 11111 | 11100000 | 110100 | 101110 |
Color Harmonies of #3859B1
Complementary color
Monochromatic Colors of #3859B1
Black with #3859B1
Text Example
Text Example
White with #3859B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3859B1; }
p { color: rgb(56,89,177); }
H1.HeaderClassName
{
color: #3859B1;
}
.AnyTagClassName
{
color: #3859B1;
}
</style>
background-color css
<style>
a { background-color: #3859B1; }
a { background-color: rgb(56,89,177); }
div.DivClassName
{
background-color: #3859B1;
}
.BgClassName
{
background-color: #3859B1;
}
</style>
border-color css
<style>
span { border-color: #3859B1; }
span { border-color: rgb(56,89,177); }
td.TdClassName
{
border-color: #3859B1;
}
.TagClassName
{
border-color: #3859B1;
}
</style>