Shades of Cerulean Blue #2747BA
Tints of Cerulean Blue #2747BA
RGB
CMYK
RGB Variations
Color information
#2747BA (or 0x2747BA) is known color: Cerulean Blue. HEX triplet: 27, 47 and BA. RGB value is (39,71,186). Sum of RGB (Red+Green+Blue) = 39+71+186=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #2747BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2747BA is #D8B845. Grayscale: #4A4A4A. Windows color (decimal): -14202950 or 12207911. OLE color: 12207911.
HSL color Cylindrical-coordinate representation of color #2747BA: hue angle of 226.94º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2747BA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 71 | 186 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.27 |
| HSL | 226.94º | 0.65% | 0.44% | - |
| HSV(B) | 226.94º | 0.79% | 0.73% | - |
| XYZ | 11.95 | 8.48 | 47.46 | - |
| YUV | 74.54 | 190.9 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 186 | 0.79 | 0.62 | 0 | 0.27 | 226.94 | 0.65 | 0.44 |
| Hex | 27 | 47 | BA | 4F | 3E | 0 | 1B | E3 | 41 | 2C |
| Octal | 47 | 107 | 272 | 117 | 76 | 0 | 33 | 343 | 101 | 54 |
| Binary | 100111 | 1000111 | 10111010 | 1001111 | 111110 | 0 | 11011 | 11100011 | 1000001 | 101100 |
Color Harmonies of #2747BA
Complementary color
Monochromatic Colors of #2747BA
Black with #2747BA
Text Example
Text Example
White with #2747BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2747BA; }
p { color: rgb(39,71,186); }
H1.HeaderClassName
{
color: #2747BA;
}
.AnyTagClassName
{
color: #2747BA;
}
</style>
background-color css
<style>
a { background-color: #2747BA; }
a { background-color: rgb(39,71,186); }
div.DivClassName
{
background-color: #2747BA;
}
.BgClassName
{
background-color: #2747BA;
}
</style>
border-color css
<style>
span { border-color: #2747BA; }
span { border-color: rgb(39,71,186); }
td.TdClassName
{
border-color: #2747BA;
}
.TagClassName
{
border-color: #2747BA;
}
</style>