Shades of Cerulean Blue #2C52BC
Tints of Cerulean Blue #2C52BC
RGB
CMYK
RGB Variations
Color information
#2C52BC (or 0x2C52BC) is known color: Cerulean Blue. HEX triplet: 2C, 52 and BC. RGB value is (44,82,188). Sum of RGB (Red+Green+Blue) = 44+82+188=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C52BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C52BC is #D3AD43. Grayscale: #525252. Windows color (decimal): -13872452 or 12341804. OLE color: 12341804.
HSL color Cylindrical-coordinate representation of color #2C52BC: hue angle of 224.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C52BC is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 82 | 188 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.26 |
| HSL | 224.17º | 0.62% | 0.45% | - |
| HSV(B) | 224.17º | 0.77% | 0.74% | - |
| XYZ | 13.13 | 10.2 | 48.85 | - |
| YUV | 82.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 188 | 0.77 | 0.56 | 0 | 0.26 | 224.17 | 0.62 | 0.45 |
| Hex | 2C | 52 | BC | 4D | 38 | 0 | 1A | E0 | 3E | 2D |
| Octal | 54 | 122 | 274 | 115 | 70 | 0 | 32 | 340 | 76 | 55 |
| Binary | 101100 | 1010010 | 10111100 | 1001101 | 111000 | 0 | 11010 | 11100000 | 111110 | 101101 |
Color Harmonies of #2C52BC
Complementary color
Monochromatic Colors of #2C52BC
Black with #2C52BC
Text Example
Text Example
White with #2C52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C52BC; }
p { color: rgb(44,82,188); }
H1.HeaderClassName
{
color: #2C52BC;
}
.AnyTagClassName
{
color: #2C52BC;
}
</style>
background-color css
<style>
a { background-color: #2C52BC; }
a { background-color: rgb(44,82,188); }
div.DivClassName
{
background-color: #2C52BC;
}
.BgClassName
{
background-color: #2C52BC;
}
</style>
border-color css
<style>
span { border-color: #2C52BC; }
span { border-color: rgb(44,82,188); }
td.TdClassName
{
border-color: #2C52BC;
}
.TagClassName
{
border-color: #2C52BC;
}
</style>