Shades of Medium Blue #3307C7
Tints of Medium Blue #3307C7
RGB
CMYK
RGB Variations
Color information
#3307C7 (or 0x3307C7) is known color: Medium Blue. HEX triplet: 33, 07 and C7. RGB value is (51,7,199). Sum of RGB (Red+Green+Blue) = 51+7+199=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 199 (78.12% from 255 or 77.43% from 257); Max value from RGB is 199 - color contains mainly: blue. Hex color #3307C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3307C7 is #CCF838. Grayscale: #292929. Windows color (decimal): -13432889 or 13043507. OLE color: 13043507.
HSL color Cylindrical-coordinate representation of color #3307C7: hue angle of 253.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3307C7 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 7 | 199 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.22 |
| HSL | 253.75º | 0.93% | 0.4% | - |
| HSV(B) | 253.75º | 0.96% | 0.78% | - |
| XYZ | 11.75 | 4.98 | 54.37 | - |
| YUV | 42.04 | 216.58 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 199 | 0.74 | 0.96 | 0 | 0.22 | 253.75 | 0.93 | 0.4 |
| Hex | 33 | 7 | C7 | 4A | 60 | 0 | 16 | FE | 5D | 28 |
| Octal | 63 | 7 | 307 | 112 | 140 | 0 | 26 | 376 | 135 | 50 |
| Binary | 110011 | 111 | 11000111 | 1001010 | 1100000 | 0 | 10110 | 11111110 | 1011101 | 101000 |
Color Harmonies of #3307C7
Complementary color
Monochromatic Colors of #3307C7
Black with #3307C7
Text Example
Text Example
White with #3307C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3307C7; }
p { color: rgb(51,7,199); }
H1.HeaderClassName
{
color: #3307C7;
}
.AnyTagClassName
{
color: #3307C7;
}
</style>
background-color css
<style>
a { background-color: #3307C7; }
a { background-color: rgb(51,7,199); }
div.DivClassName
{
background-color: #3307C7;
}
.BgClassName
{
background-color: #3307C7;
}
</style>
border-color css
<style>
span { border-color: #3307C7; }
span { border-color: rgb(51,7,199); }
td.TdClassName
{
border-color: #3307C7;
}
.TagClassName
{
border-color: #3307C7;
}
</style>