Shades of Cerulean Blue #375EBC
Tints of Cerulean Blue #375EBC
RGB
CMYK
RGB Variations
Color information
#375EBC (or 0x375EBC) is known color: Cerulean Blue. HEX triplet: 37, 5E and BC. RGB value is (55,94,188). Sum of RGB (Red+Green+Blue) = 55+94+188=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #375EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EBC is #C8A143. Grayscale: #5C5C5C. Windows color (decimal): -13148484 or 12344887. OLE color: 12344887.
HSL color Cylindrical-coordinate representation of color #375EBC: hue angle of 222.41º 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 #375EBC is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 94 | 188 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.26 |
| HSL | 222.41º | 0.55% | 0.48% | - |
| HSV(B) | 222.41º | 0.71% | 0.74% | - |
| XYZ | 14.66 | 12.45 | 49.21 | - |
| YUV | 93.06 | 181.58 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 188 | 0.71 | 0.50 | 0 | 0.26 | 222.41 | 0.55 | 0.48 |
| Hex | 37 | 5E | BC | 47 | 32 | 0 | 1A | DE | 37 | 30 |
| Octal | 67 | 136 | 274 | 107 | 62 | 0 | 32 | 336 | 67 | 60 |
| Binary | 110111 | 1011110 | 10111100 | 1000111 | 110010 | 0 | 11010 | 11011110 | 110111 | 110000 |
Color Harmonies of #375EBC
Complementary color
Monochromatic Colors of #375EBC
Black with #375EBC
Text Example
Text Example
White with #375EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375EBC; }
p { color: rgb(55,94,188); }
H1.HeaderClassName
{
color: #375EBC;
}
.AnyTagClassName
{
color: #375EBC;
}
</style>
background-color css
<style>
a { background-color: #375EBC; }
a { background-color: rgb(55,94,188); }
div.DivClassName
{
background-color: #375EBC;
}
.BgClassName
{
background-color: #375EBC;
}
</style>
border-color css
<style>
span { border-color: #375EBC; }
span { border-color: rgb(55,94,188); }
td.TdClassName
{
border-color: #375EBC;
}
.TagClassName
{
border-color: #375EBC;
}
</style>