Shades of Cerulean Blue #385EBA
Tints of Cerulean Blue #385EBA
RGB
CMYK
RGB Variations
Color information
#385EBA (or 0x385EBA) is known color: Cerulean Blue. HEX triplet: 38, 5E and BA. RGB value is (56,94,186). Sum of RGB (Red+Green+Blue) = 56+94+186=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #385EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EBA is #C7A145. Grayscale: #5C5C5C. Windows color (decimal): -13082950 or 12213816. OLE color: 12213816.
HSL color Cylindrical-coordinate representation of color #385EBA: hue angle of 222.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #385EBA is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 94 | 186 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.27 |
| HSL | 222.46º | 0.54% | 0.47% | - |
| HSV(B) | 222.46º | 0.7% | 0.73% | - |
| XYZ | 14.5 | 12.39 | 48.08 | - |
| YUV | 93.13 | 180.41 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 186 | 0.70 | 0.49 | 0 | 0.27 | 222.46 | 0.54 | 0.47 |
| Hex | 38 | 5E | BA | 46 | 31 | 0 | 1B | DE | 36 | 2F |
| Octal | 70 | 136 | 272 | 106 | 61 | 0 | 33 | 336 | 66 | 57 |
| Binary | 111000 | 1011110 | 10111010 | 1000110 | 110001 | 0 | 11011 | 11011110 | 110110 | 101111 |
Color Harmonies of #385EBA
Complementary color
Monochromatic Colors of #385EBA
Black with #385EBA
Text Example
Text Example
White with #385EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385EBA; }
p { color: rgb(56,94,186); }
H1.HeaderClassName
{
color: #385EBA;
}
.AnyTagClassName
{
color: #385EBA;
}
</style>
background-color css
<style>
a { background-color: #385EBA; }
a { background-color: rgb(56,94,186); }
div.DivClassName
{
background-color: #385EBA;
}
.BgClassName
{
background-color: #385EBA;
}
</style>
border-color css
<style>
span { border-color: #385EBA; }
span { border-color: rgb(56,94,186); }
td.TdClassName
{
border-color: #385EBA;
}
.TagClassName
{
border-color: #385EBA;
}
</style>