Shades of Cerulean Blue #385CB1
Tints of Cerulean Blue #385CB1
RGB
CMYK
RGB Variations
Color information
#385CB1 (or 0x385CB1) is known color: Cerulean Blue. HEX triplet: 38, 5C and B1. RGB value is (56,92,177). Sum of RGB (Red+Green+Blue) = 56+92+177=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #385CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385CB1 is #C7A34E. Grayscale: #5A5A5A. Windows color (decimal): -13083471 or 11623480. OLE color: 11623480.
HSL color Cylindrical-coordinate representation of color #385CB1: hue angle of 222.15º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #385CB1 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 92 | 177 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.31 |
| HSL | 222.15º | 0.52% | 0.46% | - |
| HSV(B) | 222.15º | 0.68% | 0.69% | - |
| XYZ | 13.39 | 11.67 | 43.14 | - |
| YUV | 90.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 177 | 0.68 | 0.48 | 0 | 0.31 | 222.15 | 0.52 | 0.46 |
| Hex | 38 | 5C | B1 | 44 | 30 | 0 | 1F | DE | 34 | 2E |
| Octal | 70 | 134 | 261 | 104 | 60 | 0 | 37 | 336 | 64 | 56 |
| Binary | 111000 | 1011100 | 10110001 | 1000100 | 110000 | 0 | 11111 | 11011110 | 110100 | 101110 |
Color Harmonies of #385CB1
Complementary color
Monochromatic Colors of #385CB1
Black with #385CB1
Text Example
Text Example
White with #385CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CB1; }
p { color: rgb(56,92,177); }
H1.HeaderClassName
{
color: #385CB1;
}
.AnyTagClassName
{
color: #385CB1;
}
</style>
background-color css
<style>
a { background-color: #385CB1; }
a { background-color: rgb(56,92,177); }
div.DivClassName
{
background-color: #385CB1;
}
.BgClassName
{
background-color: #385CB1;
}
</style>
border-color css
<style>
span { border-color: #385CB1; }
span { border-color: rgb(56,92,177); }
td.TdClassName
{
border-color: #385CB1;
}
.TagClassName
{
border-color: #385CB1;
}
</style>