Shades of Cerulean Blue #2751BA
Tints of Cerulean Blue #2751BA
RGB
CMYK
RGB Variations
Color information
#2751BA (or 0x2751BA) is known color: Cerulean Blue. HEX triplet: 27, 51 and BA. RGB value is (39,81,186). Sum of RGB (Red+Green+Blue) = 39+81+186=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #2751BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2751BA is #D8AE45. Grayscale: #4F4F4F. Windows color (decimal): -14200390 or 12210471. OLE color: 12210471.
HSL color Cylindrical-coordinate representation of color #2751BA: hue angle of 222.86º 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 #2751BA is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 81 | 186 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.27 |
| HSL | 222.86º | 0.65% | 0.44% | - |
| HSV(B) | 222.86º | 0.79% | 0.73% | - |
| XYZ | 12.64 | 9.86 | 47.69 | - |
| YUV | 80.41 | 187.59 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 186 | 0.79 | 0.56 | 0 | 0.27 | 222.86 | 0.65 | 0.44 |
| Hex | 27 | 51 | BA | 4F | 38 | 0 | 1B | DF | 41 | 2C |
| Octal | 47 | 121 | 272 | 117 | 70 | 0 | 33 | 337 | 101 | 54 |
| Binary | 100111 | 1010001 | 10111010 | 1001111 | 111000 | 0 | 11011 | 11011111 | 1000001 | 101100 |
Color Harmonies of #2751BA
Complementary color
Monochromatic Colors of #2751BA
Black with #2751BA
Text Example
Text Example
White with #2751BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2751BA; }
p { color: rgb(39,81,186); }
H1.HeaderClassName
{
color: #2751BA;
}
.AnyTagClassName
{
color: #2751BA;
}
</style>
background-color css
<style>
a { background-color: #2751BA; }
a { background-color: rgb(39,81,186); }
div.DivClassName
{
background-color: #2751BA;
}
.BgClassName
{
background-color: #2751BA;
}
</style>
border-color css
<style>
span { border-color: #2751BA; }
span { border-color: rgb(39,81,186); }
td.TdClassName
{
border-color: #2751BA;
}
.TagClassName
{
border-color: #2751BA;
}
</style>