Shades of Cerulean Blue #2C44AA
Tints of Cerulean Blue #2C44AA
RGB
CMYK
RGB Variations
Color information
#2C44AA (or 0x2C44AA) is known color: Cerulean Blue. HEX triplet: 2C, 44 and AA. RGB value is (44,68,170). Sum of RGB (Red+Green+Blue) = 44+68+170=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C44AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C44AA is #D3BB55. Grayscale: #484848. Windows color (decimal): -13876054 or 11158572. OLE color: 11158572.
HSL color Cylindrical-coordinate representation of color #2C44AA: hue angle of 228.57º 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 #2C44AA is Cyan = 0.74, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 68 | 170 | - |
| CMYK | 0.74 | 0.6 | 0 | 0.33 |
| HSL | 228.57º | 0.59% | 0.42% | - |
| HSV(B) | 228.57º | 0.74% | 0.67% | - |
| XYZ | 10.36 | 7.57 | 38.95 | - |
| YUV | 72.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 68 | 170 | 0.74 | 0.6 | 0 | 0.33 | 228.57 | 0.59 | 0.42 |
| Hex | 2C | 44 | AA | 4A | 3C | 0 | 21 | E5 | 3B | 2A |
| Octal | 54 | 104 | 252 | 112 | 74 | 0 | 41 | 345 | 73 | 52 |
| Binary | 101100 | 1000100 | 10101010 | 1001010 | 111100 | 0 | 100001 | 11100101 | 111011 | 101010 |
Color Harmonies of #2C44AA
Complementary color
Monochromatic Colors of #2C44AA
Black with #2C44AA
Text Example
Text Example
White with #2C44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C44AA; }
p { color: rgb(44,68,170); }
H1.HeaderClassName
{
color: #2C44AA;
}
.AnyTagClassName
{
color: #2C44AA;
}
</style>
background-color css
<style>
a { background-color: #2C44AA; }
a { background-color: rgb(44,68,170); }
div.DivClassName
{
background-color: #2C44AA;
}
.BgClassName
{
background-color: #2C44AA;
}
</style>
border-color css
<style>
span { border-color: #2C44AA; }
span { border-color: rgb(44,68,170); }
td.TdClassName
{
border-color: #2C44AA;
}
.TagClassName
{
border-color: #2C44AA;
}
</style>