Shades of Cerulean Blue #384DAD
Tints of Cerulean Blue #384DAD
RGB
CMYK
RGB Variations
Color information
#384DAD (or 0x384DAD) is known color: Cerulean Blue. HEX triplet: 38, 4D and AD. RGB value is (56,77,173). Sum of RGB (Red+Green+Blue) = 56+77+173=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #384DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384DAD is #C7B252. Grayscale: #515151. Windows color (decimal): -13087315 or 11357496. OLE color: 11357496.
HSL color Cylindrical-coordinate representation of color #384DAD: hue angle of 229.23º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #384DAD is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 77 | 173 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.32 |
| HSL | 229.23º | 0.51% | 0.45% | - |
| HSV(B) | 229.23º | 0.68% | 0.68% | - |
| XYZ | 11.83 | 9.17 | 40.68 | - |
| YUV | 81.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 173 | 0.68 | 0.55 | 0 | 0.32 | 229.23 | 0.51 | 0.45 |
| Hex | 38 | 4D | AD | 44 | 37 | 0 | 20 | E5 | 33 | 2D |
| Octal | 70 | 115 | 255 | 104 | 67 | 0 | 40 | 345 | 63 | 55 |
| Binary | 111000 | 1001101 | 10101101 | 1000100 | 110111 | 0 | 100000 | 11100101 | 110011 | 101101 |
Color Harmonies of #384DAD
Complementary color
Monochromatic Colors of #384DAD
Black with #384DAD
Text Example
Text Example
White with #384DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384DAD; }
p { color: rgb(56,77,173); }
H1.HeaderClassName
{
color: #384DAD;
}
.AnyTagClassName
{
color: #384DAD;
}
</style>
background-color css
<style>
a { background-color: #384DAD; }
a { background-color: rgb(56,77,173); }
div.DivClassName
{
background-color: #384DAD;
}
.BgClassName
{
background-color: #384DAD;
}
</style>
border-color css
<style>
span { border-color: #384DAD; }
span { border-color: rgb(56,77,173); }
td.TdClassName
{
border-color: #384DAD;
}
.TagClassName
{
border-color: #384DAD;
}
</style>