Shades of Medium Blue #2C03CE
Tints of Medium Blue #2C03CE
RGB
CMYK
RGB Variations
Color information
#2C03CE (or 0x2C03CE) is known color: Medium Blue. HEX triplet: 2C, 03 and CE. RGB value is (44,3,206). Sum of RGB (Red+Green+Blue) = 44+3+206=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C03CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C03CE is #D3FC31. Grayscale: #252525. Windows color (decimal): -13892658 or 13501228. OLE color: 13501228.
HSL color Cylindrical-coordinate representation of color #2C03CE: hue angle of 252.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C03CE is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 3 | 206 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.19 |
| HSL | 252.12º | 0.97% | 0.41% | - |
| HSV(B) | 252.12º | 0.99% | 0.81% | - |
| XYZ | 12.21 | 5.06 | 58.72 | - |
| YUV | 38.4 | 222.58 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 206 | 0.79 | 0.99 | 0 | 0.19 | 252.12 | 0.97 | 0.41 |
| Hex | 2C | 3 | CE | 4F | 63 | 0 | 13 | FC | 61 | 29 |
| Octal | 54 | 3 | 316 | 117 | 143 | 0 | 23 | 374 | 141 | 51 |
| Binary | 101100 | 11 | 11001110 | 1001111 | 1100011 | 0 | 10011 | 11111100 | 1100001 | 101001 |
Color Harmonies of #2C03CE
Complementary color
Monochromatic Colors of #2C03CE
Black with #2C03CE
Text Example
Text Example
White with #2C03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C03CE; }
p { color: rgb(44,3,206); }
H1.HeaderClassName
{
color: #2C03CE;
}
.AnyTagClassName
{
color: #2C03CE;
}
</style>
background-color css
<style>
a { background-color: #2C03CE; }
a { background-color: rgb(44,3,206); }
div.DivClassName
{
background-color: #2C03CE;
}
.BgClassName
{
background-color: #2C03CE;
}
</style>
border-color css
<style>
span { border-color: #2C03CE; }
span { border-color: rgb(44,3,206); }
td.TdClassName
{
border-color: #2C03CE;
}
.TagClassName
{
border-color: #2C03CE;
}
</style>