Shades of Cerulean Blue #3853AC
Tints of Cerulean Blue #3853AC
RGB
CMYK
RGB Variations
Color information
#3853AC (or 0x3853AC) is known color: Cerulean Blue. HEX triplet: 38, 53 and AC. RGB value is (56,83,172). Sum of RGB (Red+Green+Blue) = 56+83+172=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #3853AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3853AC is #C7AC53. Grayscale: #545454. Windows color (decimal): -13085780 or 11293496. OLE color: 11293496.
HSL color Cylindrical-coordinate representation of color #3853AC: hue angle of 226.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3853AC is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 83 | 172 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.33 |
| HSL | 226.03º | 0.51% | 0.45% | - |
| HSV(B) | 226.03º | 0.67% | 0.67% | - |
| XYZ | 12.17 | 10.01 | 40.32 | - |
| YUV | 85.07 | 177.05 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 172 | 0.67 | 0.52 | 0 | 0.33 | 226.03 | 0.51 | 0.45 |
| Hex | 38 | 53 | AC | 43 | 34 | 0 | 21 | E2 | 33 | 2D |
| Octal | 70 | 123 | 254 | 103 | 64 | 0 | 41 | 342 | 63 | 55 |
| Binary | 111000 | 1010011 | 10101100 | 1000011 | 110100 | 0 | 100001 | 11100010 | 110011 | 101101 |
Color Harmonies of #3853AC
Complementary color
Monochromatic Colors of #3853AC
Black with #3853AC
Text Example
Text Example
White with #3853AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3853AC; }
p { color: rgb(56,83,172); }
H1.HeaderClassName
{
color: #3853AC;
}
.AnyTagClassName
{
color: #3853AC;
}
</style>
background-color css
<style>
a { background-color: #3853AC; }
a { background-color: rgb(56,83,172); }
div.DivClassName
{
background-color: #3853AC;
}
.BgClassName
{
background-color: #3853AC;
}
</style>
border-color css
<style>
span { border-color: #3853AC; }
span { border-color: rgb(56,83,172); }
td.TdClassName
{
border-color: #3853AC;
}
.TagClassName
{
border-color: #3853AC;
}
</style>