Shades of Cerulean Blue #2749BF
Tints of Cerulean Blue #2749BF
RGB
CMYK
RGB Variations
Color information
#2749BF (or 0x2749BF) is known color: Cerulean Blue. HEX triplet: 27, 49 and BF. RGB value is (39,73,191). Sum of RGB (Red+Green+Blue) = 39+73+191=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #2749BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749BF is #D8B640. Grayscale: #4B4B4B. Windows color (decimal): -14202433 or 12536103. OLE color: 12536103.
HSL color Cylindrical-coordinate representation of color #2749BF: hue angle of 226.58º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2749BF is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 73 | 191 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.25 |
| HSL | 226.58º | 0.66% | 0.45% | - |
| HSV(B) | 226.58º | 0.8% | 0.75% | - |
| XYZ | 12.62 | 8.96 | 50.35 | - |
| YUV | 76.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 191 | 0.80 | 0.62 | 0 | 0.25 | 226.58 | 0.66 | 0.45 |
| Hex | 27 | 49 | BF | 50 | 3E | 0 | 19 | E3 | 42 | 2D |
| Octal | 47 | 111 | 277 | 120 | 76 | 0 | 31 | 343 | 102 | 55 |
| Binary | 100111 | 1001001 | 10111111 | 1010000 | 111110 | 0 | 11001 | 11100011 | 1000010 | 101101 |
Color Harmonies of #2749BF
Complementary color
Monochromatic Colors of #2749BF
Black with #2749BF
Text Example
Text Example
White with #2749BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749BF; }
p { color: rgb(39,73,191); }
H1.HeaderClassName
{
color: #2749BF;
}
.AnyTagClassName
{
color: #2749BF;
}
</style>
background-color css
<style>
a { background-color: #2749BF; }
a { background-color: rgb(39,73,191); }
div.DivClassName
{
background-color: #2749BF;
}
.BgClassName
{
background-color: #2749BF;
}
</style>
border-color css
<style>
span { border-color: #2749BF; }
span { border-color: rgb(39,73,191); }
td.TdClassName
{
border-color: #2749BF;
}
.TagClassName
{
border-color: #2749BF;
}
</style>