Shades of Cerulean Blue #3768BC
Tints of Cerulean Blue #3768BC
RGB
CMYK
RGB Variations
Color information
#3768BC (or 0x3768BC) is known color: Cerulean Blue. HEX triplet: 37, 68 and BC. RGB value is (55,104,188). Sum of RGB (Red+Green+Blue) = 55+104+188=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #3768BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3768BC is #C89743. Grayscale: #626262. Windows color (decimal): -13145924 or 12347447. OLE color: 12347447.
HSL color Cylindrical-coordinate representation of color #3768BC: hue angle of 217.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3768BC is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 104 | 188 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.26 |
| HSL | 217.89º | 0.55% | 0.48% | - |
| HSV(B) | 217.89º | 0.71% | 0.74% | - |
| XYZ | 15.6 | 14.34 | 49.52 | - |
| YUV | 98.93 | 178.27 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 188 | 0.71 | 0.45 | 0 | 0.26 | 217.89 | 0.55 | 0.48 |
| Hex | 37 | 68 | BC | 47 | 2D | 0 | 1A | DA | 37 | 30 |
| Octal | 67 | 150 | 274 | 107 | 55 | 0 | 32 | 332 | 67 | 60 |
| Binary | 110111 | 1101000 | 10111100 | 1000111 | 101101 | 0 | 11010 | 11011010 | 110111 | 110000 |
Color Harmonies of #3768BC
Complementary color
Monochromatic Colors of #3768BC
Black with #3768BC
Text Example
Text Example
White with #3768BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3768BC; }
p { color: rgb(55,104,188); }
H1.HeaderClassName
{
color: #3768BC;
}
.AnyTagClassName
{
color: #3768BC;
}
</style>
background-color css
<style>
a { background-color: #3768BC; }
a { background-color: rgb(55,104,188); }
div.DivClassName
{
background-color: #3768BC;
}
.BgClassName
{
background-color: #3768BC;
}
</style>
border-color css
<style>
span { border-color: #3768BC; }
span { border-color: rgb(55,104,188); }
td.TdClassName
{
border-color: #3768BC;
}
.TagClassName
{
border-color: #3768BC;
}
</style>