Shades of Cerulean Blue #3854AD
Tints of Cerulean Blue #3854AD
RGB
CMYK
RGB Variations
Color information
#3854AD (or 0x3854AD) is known color: Cerulean Blue. HEX triplet: 38, 54 and AD. RGB value is (56,84,173). Sum of RGB (Red+Green+Blue) = 56+84+173=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #3854AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3854AD is #C7AB52. Grayscale: #555555. Windows color (decimal): -13085523 or 11359288. OLE color: 11359288.
HSL color Cylindrical-coordinate representation of color #3854AD: hue angle of 225.64º 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 #3854AD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 84 | 173 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.32 |
| HSL | 225.64º | 0.51% | 0.45% | - |
| HSV(B) | 225.64º | 0.68% | 0.68% | - |
| XYZ | 12.34 | 10.2 | 40.85 | - |
| YUV | 85.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 173 | 0.68 | 0.51 | 0 | 0.32 | 225.64 | 0.51 | 0.45 |
| Hex | 38 | 54 | AD | 44 | 33 | 0 | 20 | E2 | 33 | 2D |
| Octal | 70 | 124 | 255 | 104 | 63 | 0 | 40 | 342 | 63 | 55 |
| Binary | 111000 | 1010100 | 10101101 | 1000100 | 110011 | 0 | 100000 | 11100010 | 110011 | 101101 |
Color Harmonies of #3854AD
Complementary color
Monochromatic Colors of #3854AD
Black with #3854AD
Text Example
Text Example
White with #3854AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3854AD; }
p { color: rgb(56,84,173); }
H1.HeaderClassName
{
color: #3854AD;
}
.AnyTagClassName
{
color: #3854AD;
}
</style>
background-color css
<style>
a { background-color: #3854AD; }
a { background-color: rgb(56,84,173); }
div.DivClassName
{
background-color: #3854AD;
}
.BgClassName
{
background-color: #3854AD;
}
</style>
border-color css
<style>
span { border-color: #3854AD; }
span { border-color: rgb(56,84,173); }
td.TdClassName
{
border-color: #3854AD;
}
.TagClassName
{
border-color: #3854AD;
}
</style>