Shades of Cerulean Blue #2C4DA3
Tints of Cerulean Blue #2C4DA3
RGB
CMYK
RGB Variations
Color information
#2C4DA3 (or 0x2C4DA3) is known color: Cerulean Blue. HEX triplet: 2C, 4D and A3. RGB value is (44,77,163). Sum of RGB (Red+Green+Blue) = 44+77+163=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 163 (64.06% from 255 or 57.39% from 284); Max value from RGB is 163 - color contains mainly: blue. Hex color #2C4DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4DA3 is #D3B25C. Grayscale: #4C4C4C. Windows color (decimal): -13873757 or 10702124. OLE color: 10702124.
HSL color Cylindrical-coordinate representation of color #2C4DA3: hue angle of 223.36º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C4DA3 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 77 | 163 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.36 |
| HSL | 223.36º | 0.57% | 0.41% | - |
| HSV(B) | 223.36º | 0.73% | 0.64% | - |
| XYZ | 10.3 | 8.49 | 35.75 | - |
| YUV | 76.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 77 | 163 | 0.73 | 0.53 | 0 | 0.36 | 223.36 | 0.57 | 0.41 |
| Hex | 2C | 4D | A3 | 49 | 35 | 0 | 24 | DF | 39 | 29 |
| Octal | 54 | 115 | 243 | 111 | 65 | 0 | 44 | 337 | 71 | 51 |
| Binary | 101100 | 1001101 | 10100011 | 1001001 | 110101 | 0 | 100100 | 11011111 | 111001 | 101001 |
Color Harmonies of #2C4DA3
Complementary color
Monochromatic Colors of #2C4DA3
Black with #2C4DA3
Text Example
Text Example
White with #2C4DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4DA3; }
p { color: rgb(44,77,163); }
H1.HeaderClassName
{
color: #2C4DA3;
}
.AnyTagClassName
{
color: #2C4DA3;
}
</style>
background-color css
<style>
a { background-color: #2C4DA3; }
a { background-color: rgb(44,77,163); }
div.DivClassName
{
background-color: #2C4DA3;
}
.BgClassName
{
background-color: #2C4DA3;
}
</style>
border-color css
<style>
span { border-color: #2C4DA3; }
span { border-color: rgb(44,77,163); }
td.TdClassName
{
border-color: #2C4DA3;
}
.TagClassName
{
border-color: #2C4DA3;
}
</style>