Shades of Cerulean Blue #3849B2
Tints of Cerulean Blue #3849B2
RGB
CMYK
RGB Variations
Color information
#3849B2 (or 0x3849B2) is known color: Cerulean Blue. HEX triplet: 38, 49 and B2. RGB value is (56,73,178). Sum of RGB (Red+Green+Blue) = 56+73+178=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 178 (69.92% from 255 or 57.98% from 307); Max value from RGB is 178 - color contains mainly: blue. Hex color #3849B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3849B2 is #C7B64D. Grayscale: #4F4F4F. Windows color (decimal): -13088334 or 11684152. OLE color: 11684152.
HSL color Cylindrical-coordinate representation of color #3849B2: hue angle of 231.64º 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 #3849B2 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 73 | 178 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.30 |
| HSL | 231.64º | 0.52% | 0.46% | - |
| HSV(B) | 231.64º | 0.69% | 0.7% | - |
| XYZ | 12.05 | 8.82 | 43.19 | - |
| YUV | 79.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 178 | 0.69 | 0.59 | 0 | 0.30 | 231.64 | 0.52 | 0.46 |
| Hex | 38 | 49 | B2 | 45 | 3B | 0 | 1E | E8 | 34 | 2E |
| Octal | 70 | 111 | 262 | 105 | 73 | 0 | 36 | 350 | 64 | 56 |
| Binary | 111000 | 1001001 | 10110010 | 1000101 | 111011 | 0 | 11110 | 11101000 | 110100 | 101110 |
Color Harmonies of #3849B2
Complementary color
Monochromatic Colors of #3849B2
Black with #3849B2
Text Example
Text Example
White with #3849B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3849B2; }
p { color: rgb(56,73,178); }
H1.HeaderClassName
{
color: #3849B2;
}
.AnyTagClassName
{
color: #3849B2;
}
</style>
background-color css
<style>
a { background-color: #3849B2; }
a { background-color: rgb(56,73,178); }
div.DivClassName
{
background-color: #3849B2;
}
.BgClassName
{
background-color: #3849B2;
}
</style>
border-color css
<style>
span { border-color: #3849B2; }
span { border-color: rgb(56,73,178); }
td.TdClassName
{
border-color: #3849B2;
}
.TagClassName
{
border-color: #3849B2;
}
</style>