Shades of Cerulean Blue #2749AC
Tints of Cerulean Blue #2749AC
RGB
CMYK
RGB Variations
Color information
#2749AC (or 0x2749AC) is known color: Cerulean Blue. HEX triplet: 27, 49 and AC. RGB value is (39,73,172). Sum of RGB (Red+Green+Blue) = 39+73+172=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #2749AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2749AC is #D8B653. Grayscale: #494949. Windows color (decimal): -14202452 or 11290919. OLE color: 11290919.
HSL color Cylindrical-coordinate representation of color #2749AC: hue angle of 224.66º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2749AC is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 73 | 172 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.33 |
| HSL | 224.66º | 0.63% | 0.41% | - |
| HSV(B) | 224.66º | 0.77% | 0.67% | - |
| XYZ | 10.67 | 8.17 | 40.05 | - |
| YUV | 74.12 | 183.24 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 172 | 0.77 | 0.58 | 0 | 0.33 | 224.66 | 0.63 | 0.41 |
| Hex | 27 | 49 | AC | 4D | 3A | 0 | 21 | E1 | 3F | 29 |
| Octal | 47 | 111 | 254 | 115 | 72 | 0 | 41 | 341 | 77 | 51 |
| Binary | 100111 | 1001001 | 10101100 | 1001101 | 111010 | 0 | 100001 | 11100001 | 111111 | 101001 |
Color Harmonies of #2749AC
Complementary color
Monochromatic Colors of #2749AC
Black with #2749AC
Text Example
Text Example
White with #2749AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749AC; }
p { color: rgb(39,73,172); }
H1.HeaderClassName
{
color: #2749AC;
}
.AnyTagClassName
{
color: #2749AC;
}
</style>
background-color css
<style>
a { background-color: #2749AC; }
a { background-color: rgb(39,73,172); }
div.DivClassName
{
background-color: #2749AC;
}
.BgClassName
{
background-color: #2749AC;
}
</style>
border-color css
<style>
span { border-color: #2749AC; }
span { border-color: rgb(39,73,172); }
td.TdClassName
{
border-color: #2749AC;
}
.TagClassName
{
border-color: #2749AC;
}
</style>