Shades of Cerulean Blue #385DB6
Tints of Cerulean Blue #385DB6
RGB
CMYK
RGB Variations
Color information
#385DB6 (or 0x385DB6) is known color: Cerulean Blue. HEX triplet: 38, 5D and B6. RGB value is (56,93,182). Sum of RGB (Red+Green+Blue) = 56+93+182=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #385DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DB6 is #C7A249. Grayscale: #5B5B5B. Windows color (decimal): -13083210 or 11951416. OLE color: 11951416.
HSL color Cylindrical-coordinate representation of color #385DB6: hue angle of 222.38º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #385DB6 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 93 | 182 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.29 |
| HSL | 222.38º | 0.53% | 0.47% | - |
| HSV(B) | 222.38º | 0.69% | 0.71% | - |
| XYZ | 13.99 | 12.05 | 45.84 | - |
| YUV | 92.08 | 178.74 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 182 | 0.69 | 0.49 | 0 | 0.29 | 222.38 | 0.53 | 0.47 |
| Hex | 38 | 5D | B6 | 45 | 31 | 0 | 1D | DE | 35 | 2F |
| Octal | 70 | 135 | 266 | 105 | 61 | 0 | 35 | 336 | 65 | 57 |
| Binary | 111000 | 1011101 | 10110110 | 1000101 | 110001 | 0 | 11101 | 11011110 | 110101 | 101111 |
Color Harmonies of #385DB6
Complementary color
Monochromatic Colors of #385DB6
Black with #385DB6
Text Example
Text Example
White with #385DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DB6; }
p { color: rgb(56,93,182); }
H1.HeaderClassName
{
color: #385DB6;
}
.AnyTagClassName
{
color: #385DB6;
}
</style>
background-color css
<style>
a { background-color: #385DB6; }
a { background-color: rgb(56,93,182); }
div.DivClassName
{
background-color: #385DB6;
}
.BgClassName
{
background-color: #385DB6;
}
</style>
border-color css
<style>
span { border-color: #385DB6; }
span { border-color: rgb(56,93,182); }
td.TdClassName
{
border-color: #385DB6;
}
.TagClassName
{
border-color: #385DB6;
}
</style>