Shades of Cerulean Blue #2C5AB1
Tints of Cerulean Blue #2C5AB1
RGB
CMYK
RGB Variations
Color information
#2C5AB1 (or 0x2C5AB1) is known color: Cerulean Blue. HEX triplet: 2C, 5A and B1. RGB value is (44,90,177). Sum of RGB (Red+Green+Blue) = 44+90+177=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 177 (69.53% from 255 or 56.91% from 311); Max value from RGB is 177 - color contains mainly: blue. Hex color #2C5AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5AB1 is #D3A54E. Grayscale: #555555. Windows color (decimal): -13870415 or 11622956. OLE color: 11622956.
HSL color Cylindrical-coordinate representation of color #2C5AB1: hue angle of 219.25º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C5AB1 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 90 | 177 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.31 |
| HSL | 219.25º | 0.6% | 0.43% | - |
| HSV(B) | 219.25º | 0.75% | 0.69% | - |
| XYZ | 12.63 | 11.02 | 43.06 | - |
| YUV | 86.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 177 | 0.75 | 0.49 | 0 | 0.31 | 219.25 | 0.6 | 0.43 |
| Hex | 2C | 5A | B1 | 4B | 31 | 0 | 1F | DB | 3C | 2B |
| Octal | 54 | 132 | 261 | 113 | 61 | 0 | 37 | 333 | 74 | 53 |
| Binary | 101100 | 1011010 | 10110001 | 1001011 | 110001 | 0 | 11111 | 11011011 | 111100 | 101011 |
Color Harmonies of #2C5AB1
Complementary color
Monochromatic Colors of #2C5AB1
Black with #2C5AB1
Text Example
Text Example
White with #2C5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5AB1; }
p { color: rgb(44,90,177); }
H1.HeaderClassName
{
color: #2C5AB1;
}
.AnyTagClassName
{
color: #2C5AB1;
}
</style>
background-color css
<style>
a { background-color: #2C5AB1; }
a { background-color: rgb(44,90,177); }
div.DivClassName
{
background-color: #2C5AB1;
}
.BgClassName
{
background-color: #2C5AB1;
}
</style>
border-color css
<style>
span { border-color: #2C5AB1; }
span { border-color: rgb(44,90,177); }
td.TdClassName
{
border-color: #2C5AB1;
}
.TagClassName
{
border-color: #2C5AB1;
}
</style>