Shades of Cerulean Blue #2745BA
Tints of Cerulean Blue #2745BA
RGB
CMYK
RGB Variations
Color information
#2745BA (or 0x2745BA) is known color: Cerulean Blue. HEX triplet: 27, 45 and BA. RGB value is (39,69,186). Sum of RGB (Red+Green+Blue) = 39+69+186=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #2745BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2745BA is #D8BA45. Grayscale: #484848. Windows color (decimal): -14203462 or 12207399. OLE color: 12207399.
HSL color Cylindrical-coordinate representation of color #2745BA: hue angle of 227.76º 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 #2745BA is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 69 | 186 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.27 |
| HSL | 227.76º | 0.65% | 0.44% | - |
| HSV(B) | 227.76º | 0.79% | 0.73% | - |
| XYZ | 11.83 | 8.23 | 47.42 | - |
| YUV | 73.37 | 191.56 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 186 | 0.79 | 0.63 | 0 | 0.27 | 227.76 | 0.65 | 0.44 |
| Hex | 27 | 45 | BA | 4F | 3F | 0 | 1B | E4 | 41 | 2C |
| Octal | 47 | 105 | 272 | 117 | 77 | 0 | 33 | 344 | 101 | 54 |
| Binary | 100111 | 1000101 | 10111010 | 1001111 | 111111 | 0 | 11011 | 11100100 | 1000001 | 101100 |
Color Harmonies of #2745BA
Complementary color
Monochromatic Colors of #2745BA
Black with #2745BA
Text Example
Text Example
White with #2745BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2745BA; }
p { color: rgb(39,69,186); }
H1.HeaderClassName
{
color: #2745BA;
}
.AnyTagClassName
{
color: #2745BA;
}
</style>
background-color css
<style>
a { background-color: #2745BA; }
a { background-color: rgb(39,69,186); }
div.DivClassName
{
background-color: #2745BA;
}
.BgClassName
{
background-color: #2745BA;
}
</style>
border-color css
<style>
span { border-color: #2745BA; }
span { border-color: rgb(39,69,186); }
td.TdClassName
{
border-color: #2745BA;
}
.TagClassName
{
border-color: #2745BA;
}
</style>