Shades of Cerulean Blue #2746BB
Tints of Cerulean Blue #2746BB
RGB
CMYK
RGB Variations
Color information
#2746BB (or 0x2746BB) is known color: Cerulean Blue. HEX triplet: 27, 46 and BB. RGB value is (39,70,187). Sum of RGB (Red+Green+Blue) = 39+70+187=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #2746BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2746BB is #D8B944. Grayscale: #494949. Windows color (decimal): -14203205 or 12273191. OLE color: 12273191.
HSL color Cylindrical-coordinate representation of color #2746BB: hue angle of 227.43º 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 #2746BB is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 70 | 187 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.27 |
| HSL | 227.43º | 0.65% | 0.44% | - |
| HSV(B) | 227.43º | 0.79% | 0.73% | - |
| XYZ | 12 | 8.4 | 48 | - |
| YUV | 74.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 187 | 0.79 | 0.63 | 0 | 0.27 | 227.43 | 0.65 | 0.44 |
| Hex | 27 | 46 | BB | 4F | 3F | 0 | 1B | E3 | 41 | 2C |
| Octal | 47 | 106 | 273 | 117 | 77 | 0 | 33 | 343 | 101 | 54 |
| Binary | 100111 | 1000110 | 10111011 | 1001111 | 111111 | 0 | 11011 | 11100011 | 1000001 | 101100 |
Color Harmonies of #2746BB
Complementary color
Monochromatic Colors of #2746BB
Black with #2746BB
Text Example
Text Example
White with #2746BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2746BB; }
p { color: rgb(39,70,187); }
H1.HeaderClassName
{
color: #2746BB;
}
.AnyTagClassName
{
color: #2746BB;
}
</style>
background-color css
<style>
a { background-color: #2746BB; }
a { background-color: rgb(39,70,187); }
div.DivClassName
{
background-color: #2746BB;
}
.BgClassName
{
background-color: #2746BB;
}
</style>
border-color css
<style>
span { border-color: #2746BB; }
span { border-color: rgb(39,70,187); }
td.TdClassName
{
border-color: #2746BB;
}
.TagClassName
{
border-color: #2746BB;
}
</style>