Shades of Cerulean Blue #385DB7
Tints of Cerulean Blue #385DB7
RGB
CMYK
RGB Variations
Color information
#385DB7 (or 0x385DB7) is known color: Cerulean Blue. HEX triplet: 38, 5D and B7. RGB value is (56,93,183). Sum of RGB (Red+Green+Blue) = 56+93+183=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #385DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DB7 is #C7A248. Grayscale: #5B5B5B. Windows color (decimal): -13083209 or 12016952. OLE color: 12016952.
HSL color Cylindrical-coordinate representation of color #385DB7: hue angle of 222.52º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #385DB7 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 93 | 183 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.28 |
| HSL | 222.52º | 0.53% | 0.47% | - |
| HSV(B) | 222.52º | 0.69% | 0.72% | - |
| XYZ | 14.09 | 12.09 | 46.39 | - |
| YUV | 92.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 183 | 0.69 | 0.49 | 0 | 0.28 | 222.52 | 0.53 | 0.47 |
| Hex | 38 | 5D | B7 | 45 | 31 | 0 | 1C | DF | 35 | 2F |
| Octal | 70 | 135 | 267 | 105 | 61 | 0 | 34 | 337 | 65 | 57 |
| Binary | 111000 | 1011101 | 10110111 | 1000101 | 110001 | 0 | 11100 | 11011111 | 110101 | 101111 |
Color Harmonies of #385DB7
Complementary color
Monochromatic Colors of #385DB7
Black with #385DB7
Text Example
Text Example
White with #385DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DB7; }
p { color: rgb(56,93,183); }
H1.HeaderClassName
{
color: #385DB7;
}
.AnyTagClassName
{
color: #385DB7;
}
</style>
background-color css
<style>
a { background-color: #385DB7; }
a { background-color: rgb(56,93,183); }
div.DivClassName
{
background-color: #385DB7;
}
.BgClassName
{
background-color: #385DB7;
}
</style>
border-color css
<style>
span { border-color: #385DB7; }
span { border-color: rgb(56,93,183); }
td.TdClassName
{
border-color: #385DB7;
}
.TagClassName
{
border-color: #385DB7;
}
</style>