Shades of Cerulean Blue #2C5AAB
Tints of Cerulean Blue #2C5AAB
RGB
CMYK
RGB Variations
Color information
#2C5AAB (or 0x2C5AAB) is known color: Cerulean Blue. HEX triplet: 2C, 5A and AB. RGB value is (44,90,171). Sum of RGB (Red+Green+Blue) = 44+90+171=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C5AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5AAB is #D3A554. Grayscale: #555555. Windows color (decimal): -13870421 or 11229740. OLE color: 11229740.
HSL color Cylindrical-coordinate representation of color #2C5AAB: hue angle of 218.27º 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 #2C5AAB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 90 | 171 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.33 |
| HSL | 218.27º | 0.59% | 0.42% | - |
| HSV(B) | 218.27º | 0.74% | 0.67% | - |
| XYZ | 12.05 | 10.79 | 39.98 | - |
| YUV | 85.48 | 176.26 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 171 | 0.74 | 0.47 | 0 | 0.33 | 218.27 | 0.59 | 0.42 |
| Hex | 2C | 5A | AB | 4A | 2F | 0 | 21 | DA | 3B | 2A |
| Octal | 54 | 132 | 253 | 112 | 57 | 0 | 41 | 332 | 73 | 52 |
| Binary | 101100 | 1011010 | 10101011 | 1001010 | 101111 | 0 | 100001 | 11011010 | 111011 | 101010 |
Color Harmonies of #2C5AAB
Complementary color
Monochromatic Colors of #2C5AAB
Black with #2C5AAB
Text Example
Text Example
White with #2C5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5AAB; }
p { color: rgb(44,90,171); }
H1.HeaderClassName
{
color: #2C5AAB;
}
.AnyTagClassName
{
color: #2C5AAB;
}
</style>
background-color css
<style>
a { background-color: #2C5AAB; }
a { background-color: rgb(44,90,171); }
div.DivClassName
{
background-color: #2C5AAB;
}
.BgClassName
{
background-color: #2C5AAB;
}
</style>
border-color css
<style>
span { border-color: #2C5AAB; }
span { border-color: rgb(44,90,171); }
td.TdClassName
{
border-color: #2C5AAB;
}
.TagClassName
{
border-color: #2C5AAB;
}
</style>