Shades of Cerulean Blue #2749CF
Tints of Cerulean Blue #2749CF
RGB
CMYK
RGB Variations
Color information
#2749CF (or 0x2749CF) is known color: Cerulean Blue. HEX triplet: 27, 49 and CF. RGB value is (39,73,207). Sum of RGB (Red+Green+Blue) = 39+73+207=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #2749CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749CF is #D8B630. Grayscale: #4D4D4D. Windows color (decimal): -14202417 or 13584679. OLE color: 13584679.
HSL color Cylindrical-coordinate representation of color #2749CF: hue angle of 227.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2749CF is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 73 | 207 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.19 |
| HSL | 227.86º | 0.68% | 0.48% | - |
| HSV(B) | 227.86º | 0.81% | 0.81% | - |
| XYZ | 14.48 | 9.7 | 60.14 | - |
| YUV | 78.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 207 | 0.81 | 0.65 | 0 | 0.19 | 227.86 | 0.68 | 0.48 |
| Hex | 27 | 49 | CF | 51 | 41 | 0 | 13 | E4 | 44 | 30 |
| Octal | 47 | 111 | 317 | 121 | 101 | 0 | 23 | 344 | 104 | 60 |
| Binary | 100111 | 1001001 | 11001111 | 1010001 | 1000001 | 0 | 10011 | 11100100 | 1000100 | 110000 |
Color Harmonies of #2749CF
Complementary color
Monochromatic Colors of #2749CF
Black with #2749CF
Text Example
Text Example
White with #2749CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749CF; }
p { color: rgb(39,73,207); }
H1.HeaderClassName
{
color: #2749CF;
}
.AnyTagClassName
{
color: #2749CF;
}
</style>
background-color css
<style>
a { background-color: #2749CF; }
a { background-color: rgb(39,73,207); }
div.DivClassName
{
background-color: #2749CF;
}
.BgClassName
{
background-color: #2749CF;
}
</style>
border-color css
<style>
span { border-color: #2749CF; }
span { border-color: rgb(39,73,207); }
td.TdClassName
{
border-color: #2749CF;
}
.TagClassName
{
border-color: #2749CF;
}
</style>