Shades of Cerulean Blue #3866BC
Tints of Cerulean Blue #3866BC
RGB
CMYK
RGB Variations
Color information
#3866BC (or 0x3866BC) is known color: Cerulean Blue. HEX triplet: 38, 66 and BC. RGB value is (56,102,188). Sum of RGB (Red+Green+Blue) = 56+102+188=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #3866BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3866BC is #C79943. Grayscale: #616161. Windows color (decimal): -13080900 or 12346936. OLE color: 12346936.
HSL color Cylindrical-coordinate representation of color #3866BC: hue angle of 219.09º 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 #3866BC is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 102 | 188 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.26 |
| HSL | 219.09º | 0.54% | 0.48% | - |
| HSV(B) | 219.09º | 0.7% | 0.74% | - |
| XYZ | 15.46 | 13.97 | 49.46 | - |
| YUV | 98.05 | 178.76 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 188 | 0.70 | 0.46 | 0 | 0.26 | 219.09 | 0.54 | 0.48 |
| Hex | 38 | 66 | BC | 46 | 2E | 0 | 1A | DB | 36 | 30 |
| Octal | 70 | 146 | 274 | 106 | 56 | 0 | 32 | 333 | 66 | 60 |
| Binary | 111000 | 1100110 | 10111100 | 1000110 | 101110 | 0 | 11010 | 11011011 | 110110 | 110000 |
Color Harmonies of #3866BC
Complementary color
Monochromatic Colors of #3866BC
Black with #3866BC
Text Example
Text Example
White with #3866BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3866BC; }
p { color: rgb(56,102,188); }
H1.HeaderClassName
{
color: #3866BC;
}
.AnyTagClassName
{
color: #3866BC;
}
</style>
background-color css
<style>
a { background-color: #3866BC; }
a { background-color: rgb(56,102,188); }
div.DivClassName
{
background-color: #3866BC;
}
.BgClassName
{
background-color: #3866BC;
}
</style>
border-color css
<style>
span { border-color: #3866BC; }
span { border-color: rgb(56,102,188); }
td.TdClassName
{
border-color: #3866BC;
}
.TagClassName
{
border-color: #3866BC;
}
</style>