Shades of Cerulean Blue #2C46AC
Tints of Cerulean Blue #2C46AC
RGB
CMYK
RGB Variations
Color information
#2C46AC (or 0x2C46AC) is known color: Cerulean Blue. HEX triplet: 2C, 46 and AC. RGB value is (44,70,172). Sum of RGB (Red+Green+Blue) = 44+70+172=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C46AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C46AC is #D3B953. Grayscale: #494949. Windows color (decimal): -13875540 or 11290156. OLE color: 11290156.
HSL color Cylindrical-coordinate representation of color #2C46AC: hue angle of 227.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C46AC is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 70 | 172 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.33 |
| HSL | 227.81º | 0.59% | 0.42% | - |
| HSV(B) | 227.81º | 0.74% | 0.67% | - |
| XYZ | 10.68 | 7.89 | 39.99 | - |
| YUV | 73.85 | 183.39 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 70 | 172 | 0.74 | 0.59 | 0 | 0.33 | 227.81 | 0.59 | 0.42 |
| Hex | 2C | 46 | AC | 4A | 3B | 0 | 21 | E4 | 3B | 2A |
| Octal | 54 | 106 | 254 | 112 | 73 | 0 | 41 | 344 | 73 | 52 |
| Binary | 101100 | 1000110 | 10101100 | 1001010 | 111011 | 0 | 100001 | 11100100 | 111011 | 101010 |
Color Harmonies of #2C46AC
Complementary color
Monochromatic Colors of #2C46AC
Black with #2C46AC
Text Example
Text Example
White with #2C46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C46AC; }
p { color: rgb(44,70,172); }
H1.HeaderClassName
{
color: #2C46AC;
}
.AnyTagClassName
{
color: #2C46AC;
}
</style>
background-color css
<style>
a { background-color: #2C46AC; }
a { background-color: rgb(44,70,172); }
div.DivClassName
{
background-color: #2C46AC;
}
.BgClassName
{
background-color: #2C46AC;
}
</style>
border-color css
<style>
span { border-color: #2C46AC; }
span { border-color: rgb(44,70,172); }
td.TdClassName
{
border-color: #2C46AC;
}
.TagClassName
{
border-color: #2C46AC;
}
</style>