Shades of Cerulean Blue #385DBA
Tints of Cerulean Blue #385DBA
RGB
CMYK
RGB Variations
Color information
#385DBA (or 0x385DBA) is known color: Cerulean Blue. HEX triplet: 38, 5D and BA. RGB value is (56,93,186). Sum of RGB (Red+Green+Blue) = 56+93+186=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #385DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DBA is #C7A245. Grayscale: #5C5C5C. Windows color (decimal): -13083206 or 12213560. OLE color: 12213560.
HSL color Cylindrical-coordinate representation of color #385DBA: hue angle of 222.92º 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 #385DBA is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 93 | 186 | - |
| CMYK | 0.70 | 0.5 | 0 | 0.27 |
| HSL | 222.92º | 0.54% | 0.47% | - |
| HSV(B) | 222.92º | 0.7% | 0.73% | - |
| XYZ | 14.41 | 12.21 | 48.05 | - |
| YUV | 92.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 186 | 0.70 | 0.5 | 0 | 0.27 | 222.92 | 0.54 | 0.47 |
| Hex | 38 | 5D | BA | 46 | 32 | 0 | 1B | DF | 36 | 2F |
| Octal | 70 | 135 | 272 | 106 | 62 | 0 | 33 | 337 | 66 | 57 |
| Binary | 111000 | 1011101 | 10111010 | 1000110 | 110010 | 0 | 11011 | 11011111 | 110110 | 101111 |
Color Harmonies of #385DBA
Complementary color
Monochromatic Colors of #385DBA
Black with #385DBA
Text Example
Text Example
White with #385DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DBA; }
p { color: rgb(56,93,186); }
H1.HeaderClassName
{
color: #385DBA;
}
.AnyTagClassName
{
color: #385DBA;
}
</style>
background-color css
<style>
a { background-color: #385DBA; }
a { background-color: rgb(56,93,186); }
div.DivClassName
{
background-color: #385DBA;
}
.BgClassName
{
background-color: #385DBA;
}
</style>
border-color css
<style>
span { border-color: #385DBA; }
span { border-color: rgb(56,93,186); }
td.TdClassName
{
border-color: #385DBA;
}
.TagClassName
{
border-color: #385DBA;
}
</style>