Shades of Medium Blue #030CCC
Tints of Medium Blue #030CCC
RGB
CMYK
RGB Variations
Color information
#030CCC (or 0x030CCC) is known color: Medium Blue. HEX triplet: 03, 0C and CC. RGB value is (3,12,204). Sum of RGB (Red+Green+Blue) = 3+12+204=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 204 (80.08% from 255 or 93.15% from 219); Max value from RGB is 204 - color contains mainly: blue. Hex color #030CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CCC is #FCF333. Grayscale: #1E1E1E. Windows color (decimal): -16577332 or 13372419. OLE color: 13372419.
HSL color Cylindrical-coordinate representation of color #030CCC: hue angle of 237.31º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030CCC is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 12 | 204 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.2 |
| HSL | 237.31º | 0.97% | 0.41% | - |
| HSV(B) | 237.31º | 0.99% | 0.8% | - |
| XYZ | 11.07 | 4.64 | 57.44 | - |
| YUV | 31.2 | 225.52 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 204 | 0.99 | 0.94 | 0 | 0.2 | 237.31 | 0.97 | 0.41 |
| Hex | 3 | C | CC | 63 | 5E | 0 | 14 | ED | 61 | 29 |
| Octal | 3 | 14 | 314 | 143 | 136 | 0 | 24 | 355 | 141 | 51 |
| Binary | 11 | 1100 | 11001100 | 1100011 | 1011110 | 0 | 10100 | 11101101 | 1100001 | 101001 |
Color Harmonies of #030CCC
Complementary color
Monochromatic Colors of #030CCC
Black with #030CCC
Text Example
Text Example
White with #030CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CCC; }
p { color: rgb(3,12,204); }
H1.HeaderClassName
{
color: #030CCC;
}
.AnyTagClassName
{
color: #030CCC;
}
</style>
background-color css
<style>
a { background-color: #030CCC; }
a { background-color: rgb(3,12,204); }
div.DivClassName
{
background-color: #030CCC;
}
.BgClassName
{
background-color: #030CCC;
}
</style>
border-color css
<style>
span { border-color: #030CCC; }
span { border-color: rgb(3,12,204); }
td.TdClassName
{
border-color: #030CCC;
}
.TagClassName
{
border-color: #030CCC;
}
</style>