Shades of Cerulean Blue #384DB5
Tints of Cerulean Blue #384DB5
RGB
CMYK
RGB Variations
Color information
#384DB5 (or 0x384DB5) is known color: Cerulean Blue. HEX triplet: 38, 4D and B5. RGB value is (56,77,181). Sum of RGB (Red+Green+Blue) = 56+77+181=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #384DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DB5 is #C7B24A. Grayscale: #525252. Windows color (decimal): -13087307 or 11881784. OLE color: 11881784.
HSL color Cylindrical-coordinate representation of color #384DB5: hue angle of 229.92º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384DB5 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 77 | 181 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.29 |
| HSL | 229.92º | 0.53% | 0.46% | - |
| HSV(B) | 229.92º | 0.69% | 0.71% | - |
| XYZ | 12.63 | 9.48 | 44.88 | - |
| YUV | 82.58 | 183.54 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 181 | 0.69 | 0.57 | 0 | 0.29 | 229.92 | 0.53 | 0.46 |
| Hex | 38 | 4D | B5 | 45 | 39 | 0 | 1D | E6 | 35 | 2E |
| Octal | 70 | 115 | 265 | 105 | 71 | 0 | 35 | 346 | 65 | 56 |
| Binary | 111000 | 1001101 | 10110101 | 1000101 | 111001 | 0 | 11101 | 11100110 | 110101 | 101110 |
Color Harmonies of #384DB5
Complementary color
Monochromatic Colors of #384DB5
Black with #384DB5
Text Example
Text Example
White with #384DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384DB5; }
p { color: rgb(56,77,181); }
H1.HeaderClassName
{
color: #384DB5;
}
.AnyTagClassName
{
color: #384DB5;
}
</style>
background-color css
<style>
a { background-color: #384DB5; }
a { background-color: rgb(56,77,181); }
div.DivClassName
{
background-color: #384DB5;
}
.BgClassName
{
background-color: #384DB5;
}
</style>
border-color css
<style>
span { border-color: #384DB5; }
span { border-color: rgb(56,77,181); }
td.TdClassName
{
border-color: #384DB5;
}
.TagClassName
{
border-color: #384DB5;
}
</style>