Shades of Cerulean Blue #3852AC
Tints of Cerulean Blue #3852AC
RGB
CMYK
RGB Variations
Color information
#3852AC (or 0x3852AC) is known color: Cerulean Blue. HEX triplet: 38, 52 and AC. RGB value is (56,82,172). Sum of RGB (Red+Green+Blue) = 56+82+172=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #3852AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3852AC is #C7AD53. Grayscale: #545454. Windows color (decimal): -13086036 or 11293240. OLE color: 11293240.
HSL color Cylindrical-coordinate representation of color #3852AC: hue angle of 226.55º 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 #3852AC is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 82 | 172 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.33 |
| HSL | 226.55º | 0.51% | 0.45% | - |
| HSV(B) | 226.55º | 0.67% | 0.67% | - |
| XYZ | 12.09 | 9.85 | 40.29 | - |
| YUV | 84.49 | 177.39 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 172 | 0.67 | 0.52 | 0 | 0.33 | 226.55 | 0.51 | 0.45 |
| Hex | 38 | 52 | AC | 43 | 34 | 0 | 21 | E3 | 33 | 2D |
| Octal | 70 | 122 | 254 | 103 | 64 | 0 | 41 | 343 | 63 | 55 |
| Binary | 111000 | 1010010 | 10101100 | 1000011 | 110100 | 0 | 100001 | 11100011 | 110011 | 101101 |
Color Harmonies of #3852AC
Complementary color
Monochromatic Colors of #3852AC
Black with #3852AC
Text Example
Text Example
White with #3852AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3852AC; }
p { color: rgb(56,82,172); }
H1.HeaderClassName
{
color: #3852AC;
}
.AnyTagClassName
{
color: #3852AC;
}
</style>
background-color css
<style>
a { background-color: #3852AC; }
a { background-color: rgb(56,82,172); }
div.DivClassName
{
background-color: #3852AC;
}
.BgClassName
{
background-color: #3852AC;
}
</style>
border-color css
<style>
span { border-color: #3852AC; }
span { border-color: rgb(56,82,172); }
td.TdClassName
{
border-color: #3852AC;
}
.TagClassName
{
border-color: #3852AC;
}
</style>