Shades of Cerulean Blue #384AAD
Tints of Cerulean Blue #384AAD
RGB
CMYK
RGB Variations
Color information
#384AAD (or 0x384AAD) is known color: Cerulean Blue. HEX triplet: 38, 4A and AD. RGB value is (56,74,173). Sum of RGB (Red+Green+Blue) = 56+74+173=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #384AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384AAD is #C7B552. Grayscale: #4F4F4F. Windows color (decimal): -13088083 or 11356728. OLE color: 11356728.
HSL color Cylindrical-coordinate representation of color #384AAD: hue angle of 230.77º 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 #384AAD is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 74 | 173 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.32 |
| HSL | 230.77º | 0.51% | 0.45% | - |
| HSV(B) | 230.77º | 0.68% | 0.68% | - |
| XYZ | 11.62 | 8.76 | 40.61 | - |
| YUV | 79.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 173 | 0.68 | 0.57 | 0 | 0.32 | 230.77 | 0.51 | 0.45 |
| Hex | 38 | 4A | AD | 44 | 39 | 0 | 20 | E7 | 33 | 2D |
| Octal | 70 | 112 | 255 | 104 | 71 | 0 | 40 | 347 | 63 | 55 |
| Binary | 111000 | 1001010 | 10101101 | 1000100 | 111001 | 0 | 100000 | 11100111 | 110011 | 101101 |
Color Harmonies of #384AAD
Complementary color
Monochromatic Colors of #384AAD
Black with #384AAD
Text Example
Text Example
White with #384AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384AAD; }
p { color: rgb(56,74,173); }
H1.HeaderClassName
{
color: #384AAD;
}
.AnyTagClassName
{
color: #384AAD;
}
</style>
background-color css
<style>
a { background-color: #384AAD; }
a { background-color: rgb(56,74,173); }
div.DivClassName
{
background-color: #384AAD;
}
.BgClassName
{
background-color: #384AAD;
}
</style>
border-color css
<style>
span { border-color: #384AAD; }
span { border-color: rgb(56,74,173); }
td.TdClassName
{
border-color: #384AAD;
}
.TagClassName
{
border-color: #384AAD;
}
</style>