Shades of Cerulean Blue #2C5ABE
Tints of Cerulean Blue #2C5ABE
RGB
CMYK
RGB Variations
Color information
#2C5ABE (or 0x2C5ABE) is known color: Cerulean Blue. HEX triplet: 2C, 5A and BE. RGB value is (44,90,190). Sum of RGB (Red+Green+Blue) = 44+90+190=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C5ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5ABE is #D3A541. Grayscale: #575757. Windows color (decimal): -13870402 or 12474924. OLE color: 12474924.
HSL color Cylindrical-coordinate representation of color #2C5ABE: hue angle of 221.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C5ABE is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 90 | 190 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.25 |
| HSL | 221.1º | 0.62% | 0.46% | - |
| HSV(B) | 221.1º | 0.77% | 0.75% | - |
| XYZ | 13.99 | 11.57 | 50.21 | - |
| YUV | 87.65 | 185.76 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 190 | 0.77 | 0.53 | 0 | 0.25 | 221.1 | 0.62 | 0.46 |
| Hex | 2C | 5A | BE | 4D | 35 | 0 | 19 | DD | 3E | 2E |
| Octal | 54 | 132 | 276 | 115 | 65 | 0 | 31 | 335 | 76 | 56 |
| Binary | 101100 | 1011010 | 10111110 | 1001101 | 110101 | 0 | 11001 | 11011101 | 111110 | 101110 |
Color Harmonies of #2C5ABE
Complementary color
Monochromatic Colors of #2C5ABE
Black with #2C5ABE
Text Example
Text Example
White with #2C5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5ABE; }
p { color: rgb(44,90,190); }
H1.HeaderClassName
{
color: #2C5ABE;
}
.AnyTagClassName
{
color: #2C5ABE;
}
</style>
background-color css
<style>
a { background-color: #2C5ABE; }
a { background-color: rgb(44,90,190); }
div.DivClassName
{
background-color: #2C5ABE;
}
.BgClassName
{
background-color: #2C5ABE;
}
</style>
border-color css
<style>
span { border-color: #2C5ABE; }
span { border-color: rgb(44,90,190); }
td.TdClassName
{
border-color: #2C5ABE;
}
.TagClassName
{
border-color: #2C5ABE;
}
</style>