Shades of Cerulean Blue #3850AC
Tints of Cerulean Blue #3850AC
RGB
CMYK
RGB Variations
Color information
#3850AC (or 0x3850AC) is known color: Cerulean Blue. HEX triplet: 38, 50 and AC. RGB value is (56,80,172). Sum of RGB (Red+Green+Blue) = 56+80+172=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #3850AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3850AC is #C7AF53. Grayscale: #525252. Windows color (decimal): -13086548 or 11292728. OLE color: 11292728.
HSL color Cylindrical-coordinate representation of color #3850AC: hue angle of 227.59º 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 #3850AC is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 80 | 172 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.33 |
| HSL | 227.59º | 0.51% | 0.45% | - |
| HSV(B) | 227.59º | 0.67% | 0.67% | - |
| XYZ | 11.95 | 9.56 | 40.24 | - |
| YUV | 83.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 172 | 0.67 | 0.53 | 0 | 0.33 | 227.59 | 0.51 | 0.45 |
| Hex | 38 | 50 | AC | 43 | 35 | 0 | 21 | E4 | 33 | 2D |
| Octal | 70 | 120 | 254 | 103 | 65 | 0 | 41 | 344 | 63 | 55 |
| Binary | 111000 | 1010000 | 10101100 | 1000011 | 110101 | 0 | 100001 | 11100100 | 110011 | 101101 |
Color Harmonies of #3850AC
Complementary color
Monochromatic Colors of #3850AC
Black with #3850AC
Text Example
Text Example
White with #3850AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3850AC; }
p { color: rgb(56,80,172); }
H1.HeaderClassName
{
color: #3850AC;
}
.AnyTagClassName
{
color: #3850AC;
}
</style>
background-color css
<style>
a { background-color: #3850AC; }
a { background-color: rgb(56,80,172); }
div.DivClassName
{
background-color: #3850AC;
}
.BgClassName
{
background-color: #3850AC;
}
</style>
border-color css
<style>
span { border-color: #3850AC; }
span { border-color: rgb(56,80,172); }
td.TdClassName
{
border-color: #3850AC;
}
.TagClassName
{
border-color: #3850AC;
}
</style>