Shades of Cerulean Blue #2C4BA5
Tints of Cerulean Blue #2C4BA5
RGB
CMYK
RGB Variations
Color information
#2C4BA5 (or 0x2C4BA5) is known color: Cerulean Blue. HEX triplet: 2C, 4B and A5. RGB value is (44,75,165). Sum of RGB (Red+Green+Blue) = 44+75+165=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #2C4BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4BA5 is #D3B45A. Grayscale: #4B4B4B. Windows color (decimal): -13874267 or 10832684. OLE color: 10832684.
HSL color Cylindrical-coordinate representation of color #2C4BA5: hue angle of 224.63º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C4BA5 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 75 | 165 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.35 |
| HSL | 224.63º | 0.58% | 0.41% | - |
| HSV(B) | 224.63º | 0.73% | 0.65% | - |
| XYZ | 10.35 | 8.28 | 36.65 | - |
| YUV | 75.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 165 | 0.73 | 0.55 | 0 | 0.35 | 224.63 | 0.58 | 0.41 |
| Hex | 2C | 4B | A5 | 49 | 37 | 0 | 23 | E1 | 3A | 29 |
| Octal | 54 | 113 | 245 | 111 | 67 | 0 | 43 | 341 | 72 | 51 |
| Binary | 101100 | 1001011 | 10100101 | 1001001 | 110111 | 0 | 100011 | 11100001 | 111010 | 101001 |
Color Harmonies of #2C4BA5
Complementary color
Monochromatic Colors of #2C4BA5
Black with #2C4BA5
Text Example
Text Example
White with #2C4BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4BA5; }
p { color: rgb(44,75,165); }
H1.HeaderClassName
{
color: #2C4BA5;
}
.AnyTagClassName
{
color: #2C4BA5;
}
</style>
background-color css
<style>
a { background-color: #2C4BA5; }
a { background-color: rgb(44,75,165); }
div.DivClassName
{
background-color: #2C4BA5;
}
.BgClassName
{
background-color: #2C4BA5;
}
</style>
border-color css
<style>
span { border-color: #2C4BA5; }
span { border-color: rgb(44,75,165); }
td.TdClassName
{
border-color: #2C4BA5;
}
.TagClassName
{
border-color: #2C4BA5;
}
</style>