Shades of Cerulean Blue #385DB2
Tints of Cerulean Blue #385DB2
RGB
CMYK
RGB Variations
Color information
#385DB2 (or 0x385DB2) is known color: Cerulean Blue. HEX triplet: 38, 5D and B2. RGB value is (56,93,178). Sum of RGB (Red+Green+Blue) = 56+93+178=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 178 (69.92% from 255 or 54.43% from 327); Max value from RGB is 178 - color contains mainly: blue. Hex color #385DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385DB2 is #C7A24D. Grayscale: #5B5B5B. Windows color (decimal): -13083214 or 11689272. OLE color: 11689272.
HSL color Cylindrical-coordinate representation of color #385DB2: hue angle of 221.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #385DB2 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 93 | 178 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.30 |
| HSL | 221.8º | 0.52% | 0.46% | - |
| HSV(B) | 221.8º | 0.69% | 0.7% | - |
| XYZ | 13.58 | 11.88 | 43.7 | - |
| YUV | 91.63 | 176.74 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 178 | 0.69 | 0.48 | 0 | 0.30 | 221.8 | 0.52 | 0.46 |
| Hex | 38 | 5D | B2 | 45 | 30 | 0 | 1E | DE | 34 | 2E |
| Octal | 70 | 135 | 262 | 105 | 60 | 0 | 36 | 336 | 64 | 56 |
| Binary | 111000 | 1011101 | 10110010 | 1000101 | 110000 | 0 | 11110 | 11011110 | 110100 | 101110 |
Color Harmonies of #385DB2
Complementary color
Monochromatic Colors of #385DB2
Black with #385DB2
Text Example
Text Example
White with #385DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DB2; }
p { color: rgb(56,93,178); }
H1.HeaderClassName
{
color: #385DB2;
}
.AnyTagClassName
{
color: #385DB2;
}
</style>
background-color css
<style>
a { background-color: #385DB2; }
a { background-color: rgb(56,93,178); }
div.DivClassName
{
background-color: #385DB2;
}
.BgClassName
{
background-color: #385DB2;
}
</style>
border-color css
<style>
span { border-color: #385DB2; }
span { border-color: rgb(56,93,178); }
td.TdClassName
{
border-color: #385DB2;
}
.TagClassName
{
border-color: #385DB2;
}
</style>