Shades of Cerulean Blue #2C49A7
Tints of Cerulean Blue #2C49A7
RGB
CMYK
RGB Variations
Color information
#2C49A7 (or 0x2C49A7) is known color: Cerulean Blue. HEX triplet: 2C, 49 and A7. RGB value is (44,73,167). Sum of RGB (Red+Green+Blue) = 44+73+167=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 167 (65.62% from 255 or 58.80% from 284); Max value from RGB is 167 - color contains mainly: blue. Hex color #2C49A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C49A7 is #D3B658. Grayscale: #4A4A4A. Windows color (decimal): -13874777 or 10963244. OLE color: 10963244.
HSL color Cylindrical-coordinate representation of color #2C49A7: hue angle of 225.85º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C49A7 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 73 | 167 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.35 |
| HSL | 225.85º | 0.58% | 0.41% | - |
| HSV(B) | 225.85º | 0.74% | 0.65% | - |
| XYZ | 10.4 | 8.09 | 37.57 | - |
| YUV | 75.05 | 179.89 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 167 | 0.74 | 0.56 | 0 | 0.35 | 225.85 | 0.58 | 0.41 |
| Hex | 2C | 49 | A7 | 4A | 38 | 0 | 23 | E2 | 3A | 29 |
| Octal | 54 | 111 | 247 | 112 | 70 | 0 | 43 | 342 | 72 | 51 |
| Binary | 101100 | 1001001 | 10100111 | 1001010 | 111000 | 0 | 100011 | 11100010 | 111010 | 101001 |
Color Harmonies of #2C49A7
Complementary color
Monochromatic Colors of #2C49A7
Black with #2C49A7
Text Example
Text Example
White with #2C49A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C49A7; }
p { color: rgb(44,73,167); }
H1.HeaderClassName
{
color: #2C49A7;
}
.AnyTagClassName
{
color: #2C49A7;
}
</style>
background-color css
<style>
a { background-color: #2C49A7; }
a { background-color: rgb(44,73,167); }
div.DivClassName
{
background-color: #2C49A7;
}
.BgClassName
{
background-color: #2C49A7;
}
</style>
border-color css
<style>
span { border-color: #2C49A7; }
span { border-color: rgb(44,73,167); }
td.TdClassName
{
border-color: #2C49A7;
}
.TagClassName
{
border-color: #2C49A7;
}
</style>