Shades of Medium Blue #3303BE
Tints of Medium Blue #3303BE
RGB
CMYK
RGB Variations
Color information
#3303BE (or 0x3303BE) is known color: Medium Blue. HEX triplet: 33, 03 and BE. RGB value is (51,3,190). Sum of RGB (Red+Green+Blue) = 51+3+190=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #3303BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3303BE is #CCFC41. Grayscale: #252525. Windows color (decimal): -13433922 or 12452659. OLE color: 12452659.
HSL color Cylindrical-coordinate representation of color #3303BE: hue angle of 255.4º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3303BE is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 3 | 190 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.25 |
| HSL | 255.4º | 0.97% | 0.38% | - |
| HSV(B) | 255.4º | 0.98% | 0.75% | - |
| XYZ | 10.69 | 4.49 | 49.02 | - |
| YUV | 38.67 | 213.4 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 190 | 0.73 | 0.98 | 0 | 0.25 | 255.4 | 0.97 | 0.38 |
| Hex | 33 | 3 | BE | 49 | 62 | 0 | 19 | FF | 61 | 26 |
| Octal | 63 | 3 | 276 | 111 | 142 | 0 | 31 | 377 | 141 | 46 |
| Binary | 110011 | 11 | 10111110 | 1001001 | 1100010 | 0 | 11001 | 11111111 | 1100001 | 100110 |
Color Harmonies of #3303BE
Complementary color
Monochromatic Colors of #3303BE
Black with #3303BE
Text Example
Text Example
White with #3303BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3303BE; }
p { color: rgb(51,3,190); }
H1.HeaderClassName
{
color: #3303BE;
}
.AnyTagClassName
{
color: #3303BE;
}
</style>
background-color css
<style>
a { background-color: #3303BE; }
a { background-color: rgb(51,3,190); }
div.DivClassName
{
background-color: #3303BE;
}
.BgClassName
{
background-color: #3303BE;
}
</style>
border-color css
<style>
span { border-color: #3303BE; }
span { border-color: rgb(51,3,190); }
td.TdClassName
{
border-color: #3303BE;
}
.TagClassName
{
border-color: #3303BE;
}
</style>