Shades of Cerulean Blue #3864BC
Tints of Cerulean Blue #3864BC
RGB
CMYK
RGB Variations
Color information
#3864BC (or 0x3864BC) is known color: Cerulean Blue. HEX triplet: 38, 64 and BC. RGB value is (56,100,188). Sum of RGB (Red+Green+Blue) = 56+100+188=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #3864BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864BC is #C79B43. Grayscale: #606060. Windows color (decimal): -13081412 or 12346424. OLE color: 12346424.
HSL color Cylindrical-coordinate representation of color #3864BC: hue angle of 220º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3864BC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 100 | 188 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.26 |
| HSL | 220º | 0.54% | 0.48% | - |
| HSV(B) | 220º | 0.7% | 0.74% | - |
| XYZ | 15.27 | 13.59 | 49.39 | - |
| YUV | 96.88 | 179.42 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 188 | 0.70 | 0.47 | 0 | 0.26 | 220 | 0.54 | 0.48 |
| Hex | 38 | 64 | BC | 46 | 2F | 0 | 1A | DC | 36 | 30 |
| Octal | 70 | 144 | 274 | 106 | 57 | 0 | 32 | 334 | 66 | 60 |
| Binary | 111000 | 1100100 | 10111100 | 1000110 | 101111 | 0 | 11010 | 11011100 | 110110 | 110000 |
Color Harmonies of #3864BC
Complementary color
Monochromatic Colors of #3864BC
Black with #3864BC
Text Example
Text Example
White with #3864BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3864BC; }
p { color: rgb(56,100,188); }
H1.HeaderClassName
{
color: #3864BC;
}
.AnyTagClassName
{
color: #3864BC;
}
</style>
background-color css
<style>
a { background-color: #3864BC; }
a { background-color: rgb(56,100,188); }
div.DivClassName
{
background-color: #3864BC;
}
.BgClassName
{
background-color: #3864BC;
}
</style>
border-color css
<style>
span { border-color: #3864BC; }
span { border-color: rgb(56,100,188); }
td.TdClassName
{
border-color: #3864BC;
}
.TagClassName
{
border-color: #3864BC;
}
</style>