Shades of Cerulean Blue #3859B2
Tints of Cerulean Blue #3859B2
RGB
CMYK
RGB Variations
Color information
#3859B2 (or 0x3859B2) is known color: Cerulean Blue. HEX triplet: 38, 59 and B2. RGB value is (56,89,178). Sum of RGB (Red+Green+Blue) = 56+89+178=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #3859B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3859B2 is #C7A64D. Grayscale: #585858. Windows color (decimal): -13084238 or 11688248. OLE color: 11688248.
HSL color Cylindrical-coordinate representation of color #3859B2: hue angle of 223.77º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3859B2 is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 89 | 178 | - |
| CMYK | 0.69 | 0.5 | 0 | 0.30 |
| HSL | 223.77º | 0.52% | 0.46% | - |
| HSV(B) | 223.77º | 0.69% | 0.7% | - |
| XYZ | 13.24 | 11.2 | 43.58 | - |
| YUV | 89.28 | 178.07 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 178 | 0.69 | 0.5 | 0 | 0.30 | 223.77 | 0.52 | 0.46 |
| Hex | 38 | 59 | B2 | 45 | 32 | 0 | 1E | E0 | 34 | 2E |
| Octal | 70 | 131 | 262 | 105 | 62 | 0 | 36 | 340 | 64 | 56 |
| Binary | 111000 | 1011001 | 10110010 | 1000101 | 110010 | 0 | 11110 | 11100000 | 110100 | 101110 |
Color Harmonies of #3859B2
Complementary color
Monochromatic Colors of #3859B2
Black with #3859B2
Text Example
Text Example
White with #3859B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3859B2; }
p { color: rgb(56,89,178); }
H1.HeaderClassName
{
color: #3859B2;
}
.AnyTagClassName
{
color: #3859B2;
}
</style>
background-color css
<style>
a { background-color: #3859B2; }
a { background-color: rgb(56,89,178); }
div.DivClassName
{
background-color: #3859B2;
}
.BgClassName
{
background-color: #3859B2;
}
</style>
border-color css
<style>
span { border-color: #3859B2; }
span { border-color: rgb(56,89,178); }
td.TdClassName
{
border-color: #3859B2;
}
.TagClassName
{
border-color: #3859B2;
}
</style>