Shades of Cerulean Blue #2C63BA
Tints of Cerulean Blue #2C63BA
RGB
CMYK
RGB Variations
Color information
#2C63BA (or 0x2C63BA) is known color: Cerulean Blue. HEX triplet: 2C, 63 and BA. RGB value is (44,99,186). Sum of RGB (Red+Green+Blue) = 44+99+186=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C63BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C63BA is #D39C45. Grayscale: #5C5C5C. Windows color (decimal): -13868102 or 12215084. OLE color: 12215084.
HSL color Cylindrical-coordinate representation of color #2C63BA: hue angle of 216.76º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C63BA is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 99 | 186 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.27 |
| HSL | 216.76º | 0.62% | 0.45% | - |
| HSV(B) | 216.76º | 0.76% | 0.73% | - |
| XYZ | 14.36 | 13 | 48.21 | - |
| YUV | 92.47 | 180.78 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 186 | 0.76 | 0.47 | 0 | 0.27 | 216.76 | 0.62 | 0.45 |
| Hex | 2C | 63 | BA | 4C | 2F | 0 | 1B | D9 | 3E | 2D |
| Octal | 54 | 143 | 272 | 114 | 57 | 0 | 33 | 331 | 76 | 55 |
| Binary | 101100 | 1100011 | 10111010 | 1001100 | 101111 | 0 | 11011 | 11011001 | 111110 | 101101 |
Color Harmonies of #2C63BA
Complementary color
Monochromatic Colors of #2C63BA
Black with #2C63BA
Text Example
Text Example
White with #2C63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C63BA; }
p { color: rgb(44,99,186); }
H1.HeaderClassName
{
color: #2C63BA;
}
.AnyTagClassName
{
color: #2C63BA;
}
</style>
background-color css
<style>
a { background-color: #2C63BA; }
a { background-color: rgb(44,99,186); }
div.DivClassName
{
background-color: #2C63BA;
}
.BgClassName
{
background-color: #2C63BA;
}
</style>
border-color css
<style>
span { border-color: #2C63BA; }
span { border-color: rgb(44,99,186); }
td.TdClassName
{
border-color: #2C63BA;
}
.TagClassName
{
border-color: #2C63BA;
}
</style>