Shades of Medium Blue #030CC4
Tints of Medium Blue #030CC4
RGB
CMYK
RGB Variations
Color information
#030CC4 (or 0x030CC4) is known color: Medium Blue. HEX triplet: 03, 0C and C4. RGB value is (3,12,196). Sum of RGB (Red+Green+Blue) = 3+12+196=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 196 (76.95% from 255 or 92.89% from 211); Max value from RGB is 196 - color contains mainly: blue. Hex color #030CC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CC4 is #FCF33B. Grayscale: #1D1D1D. Windows color (decimal): -16577340 or 12848131. OLE color: 12848131.
HSL color Cylindrical-coordinate representation of color #030CC4: hue angle of 237.2º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030CC4 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 12 | 196 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.23 |
| HSL | 237.2º | 0.97% | 0.39% | - |
| HSV(B) | 237.2º | 0.98% | 0.77% | - |
| XYZ | 10.13 | 4.27 | 52.51 | - |
| YUV | 30.29 | 221.52 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 196 | 0.98 | 0.94 | 0 | 0.23 | 237.2 | 0.97 | 0.39 |
| Hex | 3 | C | C4 | 62 | 5E | 0 | 17 | ED | 61 | 27 |
| Octal | 3 | 14 | 304 | 142 | 136 | 0 | 27 | 355 | 141 | 47 |
| Binary | 11 | 1100 | 11000100 | 1100010 | 1011110 | 0 | 10111 | 11101101 | 1100001 | 100111 |
Color Harmonies of #030CC4
Complementary color
Monochromatic Colors of #030CC4
Black with #030CC4
Text Example
Text Example
White with #030CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CC4; }
p { color: rgb(3,12,196); }
H1.HeaderClassName
{
color: #030CC4;
}
.AnyTagClassName
{
color: #030CC4;
}
</style>
background-color css
<style>
a { background-color: #030CC4; }
a { background-color: rgb(3,12,196); }
div.DivClassName
{
background-color: #030CC4;
}
.BgClassName
{
background-color: #030CC4;
}
</style>
border-color css
<style>
span { border-color: #030CC4; }
span { border-color: rgb(3,12,196); }
td.TdClassName
{
border-color: #030CC4;
}
.TagClassName
{
border-color: #030CC4;
}
</style>