Shades of Cerulean Blue #2748BB
Tints of Cerulean Blue #2748BB
RGB
CMYK
RGB Variations
Color information
#2748BB (or 0x2748BB) is known color: Cerulean Blue. HEX triplet: 27, 48 and BB. RGB value is (39,72,187). Sum of RGB (Red+Green+Blue) = 39+72+187=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #2748BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2748BB is #D8B744. Grayscale: #4A4A4A. Windows color (decimal): -14202693 or 12273703. OLE color: 12273703.
HSL color Cylindrical-coordinate representation of color #2748BB: hue angle of 226.62º 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 #2748BB is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 72 | 187 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.27 |
| HSL | 226.62º | 0.65% | 0.44% | - |
| HSV(B) | 226.62º | 0.79% | 0.73% | - |
| XYZ | 12.12 | 8.65 | 48.05 | - |
| YUV | 75.24 | 191.07 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 187 | 0.79 | 0.61 | 0 | 0.27 | 226.62 | 0.65 | 0.44 |
| Hex | 27 | 48 | BB | 4F | 3D | 0 | 1B | E3 | 41 | 2C |
| Octal | 47 | 110 | 273 | 117 | 75 | 0 | 33 | 343 | 101 | 54 |
| Binary | 100111 | 1001000 | 10111011 | 1001111 | 111101 | 0 | 11011 | 11100011 | 1000001 | 101100 |
Color Harmonies of #2748BB
Complementary color
Monochromatic Colors of #2748BB
Black with #2748BB
Text Example
Text Example
White with #2748BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2748BB; }
p { color: rgb(39,72,187); }
H1.HeaderClassName
{
color: #2748BB;
}
.AnyTagClassName
{
color: #2748BB;
}
</style>
background-color css
<style>
a { background-color: #2748BB; }
a { background-color: rgb(39,72,187); }
div.DivClassName
{
background-color: #2748BB;
}
.BgClassName
{
background-color: #2748BB;
}
</style>
border-color css
<style>
span { border-color: #2748BB; }
span { border-color: rgb(39,72,187); }
td.TdClassName
{
border-color: #2748BB;
}
.TagClassName
{
border-color: #2748BB;
}
</style>