Shades of Cerulean Blue #385FBC
Tints of Cerulean Blue #385FBC
RGB
CMYK
RGB Variations
Color information
#385FBC (or 0x385FBC) is known color: Cerulean Blue. HEX triplet: 38, 5F and BC. RGB value is (56,95,188). Sum of RGB (Red+Green+Blue) = 56+95+188=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #385FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FBC is #C7A043. Grayscale: #5D5D5D. Windows color (decimal): -13082692 or 12345144. OLE color: 12345144.
HSL color Cylindrical-coordinate representation of color #385FBC: hue angle of 222.27º 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 #385FBC is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 95 | 188 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.26 |
| HSL | 222.27º | 0.54% | 0.48% | - |
| HSV(B) | 222.27º | 0.7% | 0.74% | - |
| XYZ | 14.8 | 12.66 | 49.24 | - |
| YUV | 93.94 | 181.08 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 188 | 0.70 | 0.49 | 0 | 0.26 | 222.27 | 0.54 | 0.48 |
| Hex | 38 | 5F | BC | 46 | 31 | 0 | 1A | DE | 36 | 30 |
| Octal | 70 | 137 | 274 | 106 | 61 | 0 | 32 | 336 | 66 | 60 |
| Binary | 111000 | 1011111 | 10111100 | 1000110 | 110001 | 0 | 11010 | 11011110 | 110110 | 110000 |
Color Harmonies of #385FBC
Complementary color
Monochromatic Colors of #385FBC
Black with #385FBC
Text Example
Text Example
White with #385FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FBC; }
p { color: rgb(56,95,188); }
H1.HeaderClassName
{
color: #385FBC;
}
.AnyTagClassName
{
color: #385FBC;
}
</style>
background-color css
<style>
a { background-color: #385FBC; }
a { background-color: rgb(56,95,188); }
div.DivClassName
{
background-color: #385FBC;
}
.BgClassName
{
background-color: #385FBC;
}
</style>
border-color css
<style>
span { border-color: #385FBC; }
span { border-color: rgb(56,95,188); }
td.TdClassName
{
border-color: #385FBC;
}
.TagClassName
{
border-color: #385FBC;
}
</style>