Shades of Cerulean Blue #2C41CE
Tints of Cerulean Blue #2C41CE
RGB
CMYK
RGB Variations
Color information
#2C41CE (or 0x2C41CE) is known color: Cerulean Blue. HEX triplet: 2C, 41 and CE. RGB value is (44,65,206). Sum of RGB (Red+Green+Blue) = 44+65+206=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C41CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C41CE is #D3BE31. Grayscale: #4A4A4A. Windows color (decimal): -13876786 or 13517100. OLE color: 13517100.
HSL color Cylindrical-coordinate representation of color #2C41CE: hue angle of 232.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C41CE is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 65 | 206 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.19 |
| HSL | 232.22º | 0.65% | 0.49% | - |
| HSV(B) | 232.22º | 0.79% | 0.81% | - |
| XYZ | 14.07 | 8.77 | 59.34 | - |
| YUV | 74.8 | 202.04 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 206 | 0.79 | 0.68 | 0 | 0.19 | 232.22 | 0.65 | 0.49 |
| Hex | 2C | 41 | CE | 4F | 44 | 0 | 13 | E8 | 41 | 31 |
| Octal | 54 | 101 | 316 | 117 | 104 | 0 | 23 | 350 | 101 | 61 |
| Binary | 101100 | 1000001 | 11001110 | 1001111 | 1000100 | 0 | 10011 | 11101000 | 1000001 | 110001 |
Color Harmonies of #2C41CE
Complementary color
Monochromatic Colors of #2C41CE
Black with #2C41CE
Text Example
Text Example
White with #2C41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C41CE; }
p { color: rgb(44,65,206); }
H1.HeaderClassName
{
color: #2C41CE;
}
.AnyTagClassName
{
color: #2C41CE;
}
</style>
background-color css
<style>
a { background-color: #2C41CE; }
a { background-color: rgb(44,65,206); }
div.DivClassName
{
background-color: #2C41CE;
}
.BgClassName
{
background-color: #2C41CE;
}
</style>
border-color css
<style>
span { border-color: #2C41CE; }
span { border-color: rgb(44,65,206); }
td.TdClassName
{
border-color: #2C41CE;
}
.TagClassName
{
border-color: #2C41CE;
}
</style>