Shades of Medium Blue #0309C6
Tints of Medium Blue #0309C6
RGB
CMYK
RGB Variations
Color information
#0309C6 (or 0x0309C6) is known color: Medium Blue. HEX triplet: 03, 09 and C6. RGB value is (3,9,198). Sum of RGB (Red+Green+Blue) = 3+9+198=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 198 (77.73% from 255 or 94.29% from 210); Max value from RGB is 198 - color contains mainly: blue. Hex color #0309C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0309C6 is #FCF639. Grayscale: #1B1B1B. Windows color (decimal): -16578106 or 12978435. OLE color: 12978435.
HSL color Cylindrical-coordinate representation of color #0309C6: hue angle of 238.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0309C6 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 9 | 198 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.22 |
| HSL | 238.15º | 0.97% | 0.39% | - |
| HSV(B) | 238.15º | 0.98% | 0.78% | - |
| XYZ | 10.33 | 4.29 | 53.71 | - |
| YUV | 28.75 | 223.51 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 198 | 0.98 | 0.95 | 0 | 0.22 | 238.15 | 0.97 | 0.39 |
| Hex | 3 | 9 | C6 | 62 | 5F | 0 | 16 | EE | 61 | 27 |
| Octal | 3 | 11 | 306 | 142 | 137 | 0 | 26 | 356 | 141 | 47 |
| Binary | 11 | 1001 | 11000110 | 1100010 | 1011111 | 0 | 10110 | 11101110 | 1100001 | 100111 |
Color Harmonies of #0309C6
Complementary color
Monochromatic Colors of #0309C6
Black with #0309C6
Text Example
Text Example
White with #0309C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0309C6; }
p { color: rgb(3,9,198); }
H1.HeaderClassName
{
color: #0309C6;
}
.AnyTagClassName
{
color: #0309C6;
}
</style>
background-color css
<style>
a { background-color: #0309C6; }
a { background-color: rgb(3,9,198); }
div.DivClassName
{
background-color: #0309C6;
}
.BgClassName
{
background-color: #0309C6;
}
</style>
border-color css
<style>
span { border-color: #0309C6; }
span { border-color: rgb(3,9,198); }
td.TdClassName
{
border-color: #0309C6;
}
.TagClassName
{
border-color: #0309C6;
}
</style>