Shades of Cerulean Blue #3749BA
Tints of Cerulean Blue #3749BA
RGB
CMYK
RGB Variations
Color information
#3749BA (or 0x3749BA) is known color: Cerulean Blue. HEX triplet: 37, 49 and BA. RGB value is (55,73,186). Sum of RGB (Red+Green+Blue) = 55+73+186=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #3749BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3749BA is #C8B645. Grayscale: #505050. Windows color (decimal): -13153862 or 12208439. OLE color: 12208439.
HSL color Cylindrical-coordinate representation of color #3749BA: hue angle of 231.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3749BA is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 73 | 186 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.27 |
| HSL | 231.76º | 0.54% | 0.47% | - |
| HSV(B) | 231.76º | 0.7% | 0.73% | - |
| XYZ | 12.82 | 9.12 | 47.54 | - |
| YUV | 80.5 | 187.54 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 186 | 0.70 | 0.61 | 0 | 0.27 | 231.76 | 0.54 | 0.47 |
| Hex | 37 | 49 | BA | 46 | 3D | 0 | 1B | E8 | 36 | 2F |
| Octal | 67 | 111 | 272 | 106 | 75 | 0 | 33 | 350 | 66 | 57 |
| Binary | 110111 | 1001001 | 10111010 | 1000110 | 111101 | 0 | 11011 | 11101000 | 110110 | 101111 |
Color Harmonies of #3749BA
Complementary color
Monochromatic Colors of #3749BA
Black with #3749BA
Text Example
Text Example
White with #3749BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3749BA; }
p { color: rgb(55,73,186); }
H1.HeaderClassName
{
color: #3749BA;
}
.AnyTagClassName
{
color: #3749BA;
}
</style>
background-color css
<style>
a { background-color: #3749BA; }
a { background-color: rgb(55,73,186); }
div.DivClassName
{
background-color: #3749BA;
}
.BgClassName
{
background-color: #3749BA;
}
</style>
border-color css
<style>
span { border-color: #3749BA; }
span { border-color: rgb(55,73,186); }
td.TdClassName
{
border-color: #3749BA;
}
.TagClassName
{
border-color: #3749BA;
}
</style>