Shades of Medium Blue #2107C3
Tints of Medium Blue #2107C3
RGB
CMYK
RGB Variations
Color information
#2107C3 (or 0x2107C3) is known color: Medium Blue. HEX triplet: 21, 07 and C3. RGB value is (33,7,195). Sum of RGB (Red+Green+Blue) = 33+7+195=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 195 (76.56% from 255 or 82.98% from 235); Max value from RGB is 195 - color contains mainly: blue. Hex color #2107C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2107C3 is #DEF83C. Grayscale: #232323. Windows color (decimal): -14612541 or 12781345. OLE color: 12781345.
HSL color Cylindrical-coordinate representation of color #2107C3: hue angle of 248.3º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2107C3 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 7 | 195 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.24 |
| HSL | 248.3º | 0.93% | 0.4% | - |
| HSV(B) | 248.3º | 0.96% | 0.76% | - |
| XYZ | 10.55 | 4.42 | 51.93 | - |
| YUV | 36.21 | 217.61 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 195 | 0.83 | 0.96 | 0 | 0.24 | 248.3 | 0.93 | 0.4 |
| Hex | 21 | 7 | C3 | 53 | 60 | 0 | 18 | F8 | 5D | 28 |
| Octal | 41 | 7 | 303 | 123 | 140 | 0 | 30 | 370 | 135 | 50 |
| Binary | 100001 | 111 | 11000011 | 1010011 | 1100000 | 0 | 11000 | 11111000 | 1011101 | 101000 |
Color Harmonies of #2107C3
Complementary color
Monochromatic Colors of #2107C3
Black with #2107C3
Text Example
Text Example
White with #2107C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107C3; }
p { color: rgb(33,7,195); }
H1.HeaderClassName
{
color: #2107C3;
}
.AnyTagClassName
{
color: #2107C3;
}
</style>
background-color css
<style>
a { background-color: #2107C3; }
a { background-color: rgb(33,7,195); }
div.DivClassName
{
background-color: #2107C3;
}
.BgClassName
{
background-color: #2107C3;
}
</style>
border-color css
<style>
span { border-color: #2107C3; }
span { border-color: rgb(33,7,195); }
td.TdClassName
{
border-color: #2107C3;
}
.TagClassName
{
border-color: #2107C3;
}
</style>