Shades of Cerulean Blue #3853B2
Tints of Cerulean Blue #3853B2
RGB
CMYK
RGB Variations
Color information
#3853B2 (or 0x3853B2) is known color: Cerulean Blue. HEX triplet: 38, 53 and B2. RGB value is (56,83,178). Sum of RGB (Red+Green+Blue) = 56+83+178=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 178 (69.92% from 255 or 56.15% from 317); Max value from RGB is 178 - color contains mainly: blue. Hex color #3853B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3853B2 is #C7AC4D. Grayscale: #555555. Windows color (decimal): -13085774 or 11686712. OLE color: 11686712.
HSL color Cylindrical-coordinate representation of color #3853B2: hue angle of 226.72º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3853B2 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 83 | 178 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.30 |
| HSL | 226.72º | 0.52% | 0.46% | - |
| HSV(B) | 226.72º | 0.69% | 0.7% | - |
| XYZ | 12.76 | 10.24 | 43.42 | - |
| YUV | 85.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 178 | 0.69 | 0.53 | 0 | 0.30 | 226.72 | 0.52 | 0.46 |
| Hex | 38 | 53 | B2 | 45 | 35 | 0 | 1E | E3 | 34 | 2E |
| Octal | 70 | 123 | 262 | 105 | 65 | 0 | 36 | 343 | 64 | 56 |
| Binary | 111000 | 1010011 | 10110010 | 1000101 | 110101 | 0 | 11110 | 11100011 | 110100 | 101110 |
Color Harmonies of #3853B2
Complementary color
Monochromatic Colors of #3853B2
Black with #3853B2
Text Example
Text Example
White with #3853B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3853B2; }
p { color: rgb(56,83,178); }
H1.HeaderClassName
{
color: #3853B2;
}
.AnyTagClassName
{
color: #3853B2;
}
</style>
background-color css
<style>
a { background-color: #3853B2; }
a { background-color: rgb(56,83,178); }
div.DivClassName
{
background-color: #3853B2;
}
.BgClassName
{
background-color: #3853B2;
}
</style>
border-color css
<style>
span { border-color: #3853B2; }
span { border-color: rgb(56,83,178); }
td.TdClassName
{
border-color: #3853B2;
}
.TagClassName
{
border-color: #3853B2;
}
</style>