Shades of Cerulean Blue #2C63C1
Tints of Cerulean Blue #2C63C1
RGB
CMYK
RGB Variations
Color information
#2C63C1 (or 0x2C63C1) is known color: Cerulean Blue. HEX triplet: 2C, 63 and C1. RGB value is (44,99,193). Sum of RGB (Red+Green+Blue) = 44+99+193=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C63C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C63C1 is #D39C3E. Grayscale: #5C5C5C. Windows color (decimal): -13868095 or 12673836. OLE color: 12673836.
HSL color Cylindrical-coordinate representation of color #2C63C1: hue angle of 217.85º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C63C1 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 99 | 193 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.24 |
| HSL | 217.85º | 0.63% | 0.46% | - |
| HSV(B) | 217.85º | 0.77% | 0.76% | - |
| XYZ | 15.13 | 13.31 | 52.22 | - |
| YUV | 93.27 | 184.28 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 193 | 0.77 | 0.49 | 0 | 0.24 | 217.85 | 0.63 | 0.46 |
| Hex | 2C | 63 | C1 | 4D | 31 | 0 | 18 | DA | 3F | 2E |
| Octal | 54 | 143 | 301 | 115 | 61 | 0 | 30 | 332 | 77 | 56 |
| Binary | 101100 | 1100011 | 11000001 | 1001101 | 110001 | 0 | 11000 | 11011010 | 111111 | 101110 |
Color Harmonies of #2C63C1
Complementary color
Monochromatic Colors of #2C63C1
Black with #2C63C1
Text Example
Text Example
White with #2C63C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C63C1; }
p { color: rgb(44,99,193); }
H1.HeaderClassName
{
color: #2C63C1;
}
.AnyTagClassName
{
color: #2C63C1;
}
</style>
background-color css
<style>
a { background-color: #2C63C1; }
a { background-color: rgb(44,99,193); }
div.DivClassName
{
background-color: #2C63C1;
}
.BgClassName
{
background-color: #2C63C1;
}
</style>
border-color css
<style>
span { border-color: #2C63C1; }
span { border-color: rgb(44,99,193); }
td.TdClassName
{
border-color: #2C63C1;
}
.TagClassName
{
border-color: #2C63C1;
}
</style>